Skip to content

Commit

Permalink
Merge pull request #22 from Cysharp/fix/release
Browse files Browse the repository at this point in the history
chore: fix release tag to use tag
  • Loading branch information
neuecc committed Feb 3, 2021
2 parents 51b3c31 + 7921309 commit a9916dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-release.yml
Expand Up @@ -160,8 +160,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Ver.${{ github.ref }}
tag_name: ${{ env.GIT_TAG }}
release_name: Ver.${{ env.GIT_TAG }}
draft: true
prerelease: false

# Download (All) Artifacts to current directory
- uses: actions/download-artifact@v2
Expand Down

0 comments on commit a9916dc

Please sign in to comment.