Skip to content

Commit f5bb1d6

Browse files
committed
fix publish.yml
1 parent 17ff82b commit f5bb1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Try to create the "v${{ env.ESBUILD_VERSION }}" tag
2828
run: |
2929
git fetch --tags
30-
git tag "$ESBUILD_VERSION"
30+
git tag "v$ESBUILD_VERSION"
3131
3232
- name: Extract the release notes
3333
run: |

0 commit comments

Comments
 (0)