diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76682be..5ef9443 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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