Skip to content

Commit fde8046

Browse files
Merge pull request #57 from contentstack/fix-beta-workflow
Update beta-release-package.yml
2 parents cf2740e + 098d54a commit fde8046

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/beta-release-package.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v2
4343
- uses: actions/setup-node@v2
44-
with:
44+
with:
4545
node-version: 16
4646
registry-url: https://registry.npmjs.org/
4747
- run: npm ci
4848
- run: npm publish --tag beta
49-
env:
49+
env:
5050
NODE_AUTH_TOKEN: ${{secrets.APP_SDK_AUTOMATION}}
5151
name: Publish to NPM
5252

5353

54-

0 commit comments

Comments
 (0)