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 eb3efef commit fc9740eCopy full SHA for fc9740e
.github/workflows/npm-publish.yml
@@ -25,14 +25,15 @@ jobs:
25
cond: "${{ startsWith(github.ref, 'refs/tags/') }}"
26
if_true: ${{ github.ref }}
27
if_false: ${{ steps.bumpr.outputs.next_version }}
28
-
+
29
- name: Release
30
uses: justincy/[email protected]
31
id: release
32
- uses: actions/setup-node@v1
33
if: steps.release.outputs.released == 'true'
34
with:
35
registry-url: 'https://registry.npmjs.org'
36
+ node-version: '16.x'
37
- name: Publish
38
39
run: echo "//registry.npmjs.org/:_authToken=${{secrets.npm_token}}" > .npmrc && npm ci && npm publish
0 commit comments