Skip to content

Commit

Permalink
Change: リリースの名前を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Jun 1, 2024
1 parent a5c9fb6 commit 2c5e7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.version.outputs.version }}
tag_name: v${{ steps.version.outputs.version }}
prerelease: ${{ steps.version.outputs.prerelease }}
files: |
cantari-${{ steps.version.outputs.version }}${{ matrix.suffix }}.vvpp

0 comments on commit 2c5e7f1

Please sign in to comment.