We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500b2fa commit b3d6c7cCopy full SHA for b3d6c7c
.github/workflows/release-v1-beta-core.yml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
token: ${{ secrets.NPM_TOKEN }}
52
package: ./packages/contentstack/package.json
53
- tag: beta
+ tag: v1-beta
54
55
- name: Create Core Beta Release
56
id: create_release
packages/contentstack/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@contentstack/cli",
3
- "description": "Command-line tool (CLI) to interact with Contentstack v1 beta",
+ "description": "Command-line tool (CLI) to interact with Contentstack v1-beta",
4
"version": "1.60.0-beta.1",
5
"author": "Contentstack",
6
"bin": {
0 commit comments