Skip to content

Commit eb0b7bc

Browse files
committed
change the tag github action to support hashtags commit #minor
1 parent b91f1f6 commit eb0b7bc

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/distribute.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@ jobs:
3434
- uses: actions/checkout@v2
3535
- name: Bump version and push tag
3636
id: tag_version
37-
uses: mathieudutour/github-tag-action@v6.1
37+
uses: anothrNick/github-tag-action@1.55.0
3838
with:
39-
github_token: ${{ secrets.GITHUB_TOKEN }}
40-
dry_run: ${{ github.event.inputs.autoTag == 'false' }}
41-
custom_release_rules: |
42-
"fix:patch:Bug Fixes,hotfix:patch:Bug Fixes,refactor:minor:Refactoring,implement:minor:Features,change:minor:Changes,breaking:major:Breaking Changes,major:major:Major Changes"
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
DRY_RUN: ${{ github.event.inputs.autoTag == 'false' }}
4341

4442
- name: Update manifest.json
4543
if: github.event.inputs.autoTag == 'true'

0 commit comments

Comments
 (0)