Skip to content

Commit

Permalink
Fix release name
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed May 1, 2021
1 parent 6352139 commit 85a4de6
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 @@ -36,7 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.event.inputs.tag }}
release_name: v${{ github.run_number }}
release_name: ${{ github.event.inputs.tag }}
draft: false
prerelease: false
- name: Upload source tarball
Expand Down

0 comments on commit 85a4de6

Please sign in to comment.