Skip to content

Commit 648bd9e

Browse files
committed
updated package json
1 parent 835c41a commit 648bd9e

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
@@ -57,7 +57,7 @@ jobs:
5757
if: ${{ steps.publish-core.conclusion == 'success' }}
5858
id: create_release
5959
env:
60-
GITHUB_TOKEN: ${{ secrets.PKG_TOKEN }}
60+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
VERSION: ${{ steps.publish-core.outputs.version }}
6262
run: |
6363
TAG="core@v${VERSION}"

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 test",
3+
"description": "Command-line tool (CLI) to interact with Contentstack v1 beta",
44
"version": "1.60.0-beta.0",
55
"author": "Contentstack",
66
"bin": {

0 commit comments

Comments
 (0)