We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
publish.yml
1 parent 17ff82b commit f5bb1d6Copy full SHA for f5bb1d6
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Try to create the "v${{ env.ESBUILD_VERSION }}" tag
28
run: |
29
git fetch --tags
30
- git tag "$ESBUILD_VERSION"
+ git tag "v$ESBUILD_VERSION"
31
32
- name: Extract the release notes
33
0 commit comments