Skip to content

Commit

Permalink
release versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-smit-ag committed Nov 23, 2023
1 parent c4ad2b7 commit 0d4c0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: create release
uses: ncipollo/release-action@v1
with:
tag: ${{ env.GitBuildVersionSimple }}
tag: v${{ env.GitBuildVersionSimple }}
generateReleaseNotes: true

- name: install
Expand Down

0 comments on commit 0d4c0ed

Please sign in to comment.