Skip to content

Commit

Permalink
Merge pull request #1112 from anatawa12/one-year-blog-post
Browse files Browse the repository at this point in the history
ci: fix version tag name v prefix
  • Loading branch information
anatawa12 authored Jun 27, 2024
2 parents 7070256 + 69c1799 commit 090cc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
WEBSITE_NAME="website-${GITHUB_RUN_ID}.zip"
mv build/website.zip "build/$WEBSITE_NAME"
gh release upload "$VERSION" "build/$WEBSITE_NAME"
gh release upload "v$VERSION" "build/$WEBSITE_NAME"
publish-vpm:
uses: anatawa12/vpm.anatawa12.com/.github/workflows/update-package.yml@master
Expand Down

0 comments on commit 090cc06

Please sign in to comment.