Skip to content

Commit

Permalink
Fix tagged version for the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
3coins authored Apr 7, 2024
1 parent acefb4f commit e0317f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +265,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
draft: false
generateReleaseNotes: true
tag: ${{ inputs.working-directory }}/v${{ needs.build.outputs.version }}
tag: v${{ needs.build.outputs.version }}
commit: main

0 comments on commit e0317f2

Please sign in to comment.