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 de1af11 commit b9f7473Copy full SHA for b9f7473
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
run: echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" >> ~/.npmrc
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
+ - name: Echo
23
+ run: echo $GITHUB_REF
24
- name: Publish
- run: yarn publish --new-version $VERSION
- env:
25
- VERSION: ${{ steps.semantic.outputs.release-version }}
+ run: yarn publish --new-version $GITHUB_REF
0 commit comments