Skip to content

Commit b3d6c7c

Browse files
committed
updated package json
1 parent 500b2fa commit b3d6c7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-v1-beta-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
token: ${{ secrets.NPM_TOKEN }}
5252
package: ./packages/contentstack/package.json
53-
tag: beta
53+
tag: v1-beta
5454

5555
- name: Create Core Beta Release
5656
id: create_release

packages/contentstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli",
3-
"description": "Command-line tool (CLI) to interact with Contentstack v1 beta",
3+
"description": "Command-line tool (CLI) to interact with Contentstack v1-beta",
44
"version": "1.60.0-beta.1",
55
"author": "Contentstack",
66
"bin": {

0 commit comments

Comments
 (0)