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 e197d22 commit 60b6309Copy full SHA for 60b6309
.github/workflows/publish.yml
@@ -31,6 +31,6 @@ jobs:
31
- run: git config --global user.name "y-infra"
32
- run: npm run release -- --release-as ${{ github.event.inputs.versionType }}
33
- run: npm publish
34
- - run: git push --follow-tags
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - run: git push --follow-tags
0 commit comments