Skip to content

Commit 0f77c34

Browse files
authored
Update publish.yml
[skip ci]
1 parent 8b9f82b commit 0f77c34

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: windows-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: 1. Download artifact
1717
id: download-artifact
@@ -36,3 +36,8 @@ jobs:
3636
makeLatest: true
3737
token: ${{secrets.GH_SECRET}}
3838

39+
- name: 4. Create Tag
40+
uses: rickstaa/action-create-tag@v1
41+
with:
42+
tag: "v"
43+
force_push_tag: true

0 commit comments

Comments
 (0)