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 52d44fe commit 5abfdc3Copy full SHA for 5abfdc3
1 file changed
.github/workflows/main.yml
@@ -16,11 +16,11 @@ jobs:
16
- run: yarn test
17
- run: yarn build
18
- run: yarn pack --filename=release.tgz
19
- # - uses: Klemensas/action-autotag@stable
20
- # id: update_tag
21
- # with:
22
- # GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
23
- # tag_prefix: "v"
+ - uses: Klemensas/action-autotag@stable
+ id: update_tag
+ with:
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
+ tag_prefix: "v"
24
- name: Publish on NPM
25
if: "!contains(github.event.head_commit.message, '[skip publish]')"
26
uses: JS-DevTools/npm-publish@v1
0 commit comments