Skip to content

Commit

Permalink
Minor change in the release publication step
Browse files Browse the repository at this point in the history
  • Loading branch information
odalet committed May 30, 2020
1 parent 455717f commit c6d65ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: ${{ github.ref }}
draft: true
prerelease: false
- name: Upload Nuget Package to Release
Expand Down

0 comments on commit c6d65ec

Please sign in to comment.