Skip to content

Commit

Permalink
Fix release tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed-Pavlov committed Apr 3, 2021
1 parent 95e4d09 commit bf7f0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-market.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Make Github Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.json_nuget-version }}
tag_name: v${{ env.json_nuget-version }}
files: ${{ env.nugets-dir }}/*.nupkg
fail_on_unmatched_files: true
env:
Expand Down

0 comments on commit bf7f0e6

Please sign in to comment.