Skip to content

Commit a9916dc

Browse files
authored
Merge pull request #22 from Cysharp/fix/release
chore: fix release tag to use tag
2 parents 51b3c31 + 7921309 commit a9916dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,10 @@ jobs:
160160
env:
161161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
162162
with:
163-
tag_name: ${{ github.ref }}
164-
release_name: Ver.${{ github.ref }}
163+
tag_name: ${{ env.GIT_TAG }}
164+
release_name: Ver.${{ env.GIT_TAG }}
165+
draft: true
166+
prerelease: false
165167

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

0 commit comments

Comments
 (0)