Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AutumnSky1010 authored Jan 3, 2025
1 parent 4b42819 commit 127f66f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
id: tag_version
uses: mathieudutour/github-tag-action@v6.2
with:
custom_tag: SoundMaker-Ver.${{ inputs.version }}
custom_tag: ${{ inputs.version }}
tag_prefix: SoundMaker-Ver.
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Create a GitHub release
uses: ncipollo/release-action@v1.14.0
Expand Down

0 comments on commit 127f66f

Please sign in to comment.