Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 8bf80c3

Browse files
committed
feat(workflow): update the semantic workflow
1 parent efc2e7b commit 8bf80c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@master
1414
- name: Publish
1515
id: tag_version
16-
uses: hennejg/github-tag-action@v4.3.1
16+
uses: mathieudutour/github-tag-action@v5.5
1717
with:
1818
github_token: ${{ secrets.GITHUB_TOKEN }}
1919
- name: Create a GitHub release
@@ -22,5 +22,5 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:
2424
tag_name: ${{ steps.tag_version.outputs.new_tag }}
25-
release_name: Release ${{ steps.tag_version.outputs.new_version }}
25+
release_name: Release ${{ steps.tag_version.outputs.new_tag }}
2626
body: ${{ steps.tag_version.outputs.changelog }}

0 commit comments

Comments
 (0)