mirror of
https://github.com/chenasraf/massarg.git
synced 2026-05-18 01:39:05 +00:00
re-enable auto-tagging [skip ci]
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user