Skip to content

Commit 3987942

Browse files
authored
fix(ci): fix action-create-tag v1 (#88)
1 parent 1d93e3e commit 3987942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
release-type: simple
115115
package-name: colorbox.nvim
116116
- uses: actions/checkout@v4
117-
- uses: rickstaa/action-create-tag@v2
117+
- uses: rickstaa/action-create-tag@v1
118118
if: ${{ steps.release.outputs.release_created }}
119119
with:
120120
tag: stable

0 commit comments

Comments
 (0)