We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9be91c commit 65b85f5Copy full SHA for 65b85f5
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
commit_user_email: [email protected]
62
63
- name: "9. Publish new tag"
64
- uses: LeoTafti/github-tag-action@master
+ uses: hrzn/github-tag-action@master
65
env:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
CUSTOM_TAG: ${{steps.bump_dry.outputs.new_tag}}
@@ -84,7 +84,7 @@ jobs:
84
uses: actions/checkout@v2
85
86
- name: "2. Determine current version"
87
88
id: bump_dry
89
90
0 commit comments