mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
Use github.ref_name in release workflow
This commit is contained in:
parent
2022e85d3f
commit
6b5e91be5c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
with:
|
||||
files: 'agate.*.gz'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release-tag: ${{ github.ref }}
|
||||
release-tag: ${{ github.ref_name }}
|
||||
|
||||
build_windows:
|
||||
runs-on: windows-latest
|
||||
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
with:
|
||||
files: agate.x86_64-pc-windows-msvc.zip
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release-tag: ${{ github.ref }}
|
||||
release-tag: ${{ github.ref_name }}
|
||||
|
||||
build_macos_x86_64:
|
||||
runs-on: macos-latest
|
||||
|
|
@ -73,4 +73,4 @@ jobs:
|
|||
with:
|
||||
files: 'agate.*.gz'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release-tag: ${{ github.ref }}
|
||||
release-tag: ${{ github.ref_name }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue