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 573967b commit fa74070Copy full SHA for fa74070
.github/workflows/publish.yml
@@ -20,5 +20,7 @@ jobs:
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22
- name: Publish
23
- run: yarn publish
+ run: yarn publish --new-version $VERSION
24
+ env:
25
+ VERSION: $RELEASE_VERSION
26
0 commit comments