Skip to content

Commit

Permalink
update release name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNek committed Nov 30, 2023
1 parent 37cff9a commit a08869c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PAT }} # need to create by user
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
# tag_name: ${{ needs.build-dev.outputs.version }}
# release_name: Release ${{ needs.build-dev.outputs.version }}
draft: false
Expand Down

0 comments on commit a08869c

Please sign in to comment.