Skip to content

Commit 17feef6

Browse files
committed
Updated .github/workflows/sync-release-version.yml
1 parent 403b08a commit 17feef6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ jobs:
88
update-version:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3.0.2
11+
- uses: actions/checkout@v3
1212
with:
1313
fetch-depth: 0
14+
- name: Run release-tagger
15+
uses: tj-actions/release-tagger@v2
1416
- name: Sync release version.
1517
uses: tj-actions/sync-release-version@v13
1618
id: sync-release-version

0 commit comments

Comments
 (0)