We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835c41a commit 648bd9eCopy full SHA for 648bd9e
.github/workflows/release-v1-beta-core.yml
@@ -57,7 +57,7 @@ jobs:
57
if: ${{ steps.publish-core.conclusion == 'success' }}
58
id: create_release
59
env:
60
- GITHUB_TOKEN: ${{ secrets.PKG_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
VERSION: ${{ steps.publish-core.outputs.version }}
62
run: |
63
TAG="core@v${VERSION}"
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 test",
+ "description": "Command-line tool (CLI) to interact with Contentstack v1 beta",
4
"version": "1.60.0-beta.0",
5
"author": "Contentstack",
6
"bin": {
0 commit comments