We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cac6e commit d82f208Copy full SHA for d82f208
.github/workflows/sync-release-version.yml
@@ -82,7 +82,7 @@ jobs:
82
git tag ${{ steps.branch-name.outputs.tag }}
83
git push -f origin ${{ steps.branch-name.outputs.tag }}
84
- name: Run release-tagger
85
- uses: tj-actions/release-tagger@v2
+ uses: tj-actions/release-tagger@v3
86
- uses: actions-rs/toolchain@v1
87
with:
88
toolchain: stable
0 commit comments