We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2740e commit 098d54aCopy full SHA for 098d54a
.github/workflows/beta-release-package.yml
@@ -41,14 +41,13 @@ jobs:
41
steps:
42
- uses: actions/checkout@v2
43
- uses: actions/setup-node@v2
44
- with:
+ with:
45
node-version: 16
46
registry-url: https://registry.npmjs.org/
47
- run: npm ci
48
- run: npm publish --tag beta
49
- env:
+ env:
50
NODE_AUTH_TOKEN: ${{secrets.APP_SDK_AUTOMATION}}
51
name: Publish to NPM
52
53
54
-
0 commit comments