Skip to content

Commit

Permalink
Update GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ktos committed Nov 12, 2024
1 parent 7a35d20 commit ba6b9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.gitversion.outputs.semVer }}
tag_name: v${{ steps.gitversion.outputs.semVer }}
name: v${{ steps.gitversion.outputs.semVer }}
files: |
./nupkg/*.nupkg

0 comments on commit ba6b9cd

Please sign in to comment.