Skip to content

Commit d82f208

Browse files
chore(deps): update tj-actions/release-tagger action to v3
1 parent 95cac6e commit d82f208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-release-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
git tag ${{ steps.branch-name.outputs.tag }}
8383
git push -f origin ${{ steps.branch-name.outputs.tag }}
8484
- name: Run release-tagger
85-
uses: tj-actions/release-tagger@v2
85+
uses: tj-actions/release-tagger@v3
8686
- uses: actions-rs/toolchain@v1
8787
with:
8888
toolchain: stable

0 commit comments

Comments
 (0)