Skip to content

Commit 65b85f5

Browse files
committed
change github-tag-action version
1 parent a9be91c commit 65b85f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
commit_user_email: [email protected]
6262

6363
- name: "9. Publish new tag"
64-
uses: LeoTafti/github-tag-action@master
64+
uses: hrzn/github-tag-action@master
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767
CUSTOM_TAG: ${{steps.bump_dry.outputs.new_tag}}
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/checkout@v2
8585

8686
- name: "2. Determine current version"
87-
uses: LeoTafti/github-tag-action@master
87+
uses: hrzn/github-tag-action@master
8888
id: bump_dry
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)