Skip to content

Commit

Permalink
fix version numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
tunip3 authored Nov 22, 2020
1 parent 12655b0 commit b72acec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.run_number }}
release_name: Release ${{ github.run_number }}
tag_name: V${{ github.run_number }}
release_name: Release V${{ github.run_number }}
draft: false
prerelease: false
- name: Upload Release Asset
Expand Down

0 comments on commit b72acec

Please sign in to comment.