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 db72ef0 commit 792a62eCopy full SHA for 792a62e
1 file changed
.github/workflows/push-tagged-release.yml
@@ -67,11 +67,14 @@ jobs:
67
token: ${{ secrets.GITHUB_TOKEN }}
68
projectToken: ${{ secrets.chromaticToken }}
69
exitZeroOnChanges: true
70
+ - uses: actions/setup-node@main
71
+ with:
72
+ node-version: "lts/krypton"
73
+ registry-url: "https://registry.npmjs.org"
74
- name: Publish npm package
75
run: yarn publish --access public
76
env:
77
NODE_AUTH_TOKEN: ${{ secrets.npmjsToken }}
- registry-url: "https://registry.npmjs.org"
78
- name: Prepare release info
79
# only use for final releases and RCs -- other pre-releases do not need an official announcement
80
if: inputs.onlyNpmPush != true
0 commit comments