Skip to content

Commit

Permalink
msbuild changement tag
Browse files Browse the repository at this point in the history
  • Loading branch information
luclu7 committed Mar 3, 2023
1 parent c7c4452 commit 5689645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
with:
draft: false
prerelease: false
release_name: ${{ github.head_ref }}-${{ github.sha }}
tag_name: ${{ github.ref }}
release_name: ${{ github.sha }}
tag_name: ${{ github.ref }}-${{ github.sha }}
env:
GITHUB_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit 5689645

Please sign in to comment.