Skip to content

Commit 5abfdc3

Browse files
committed
re-enable auto-tagging [skip ci]
1 parent 52d44fe commit 5abfdc3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- run: yarn test
1717
- run: yarn build
1818
- 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"
19+
- uses: Klemensas/action-autotag@stable
20+
id: update_tag
21+
with:
22+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
23+
tag_prefix: "v"
2424
- name: Publish on NPM
2525
if: "!contains(github.event.head_commit.message, '[skip publish]')"
2626
uses: JS-DevTools/npm-publish@v1

0 commit comments

Comments
 (0)