re-enable auto-tagging [skip ci]

This commit is contained in:
Chen Asraf
2021-07-19 01:53:02 +03:00
parent 52d44fe2e7
commit 5abfdc3c7f

View File

@@ -16,11 +16,11 @@ jobs:
- run: yarn test
- run: yarn build
- run: yarn pack --filename=release.tgz
# - uses: Klemensas/action-autotag@stable
# id: update_tag
# with:
# GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# tag_prefix: "v"
- uses: Klemensas/action-autotag@stable
id: update_tag
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
tag_prefix: "v"
- name: Publish on NPM
if: "!contains(github.event.head_commit.message, '[skip publish]')"
uses: JS-DevTools/npm-publish@v1