mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +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:
|
with:
|
||||||
files: 'agate.*.gz'
|
files: 'agate.*.gz'
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release-tag: ${{ github.ref }}
|
release-tag: ${{ github.ref_name }}
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
files: agate.x86_64-pc-windows-msvc.zip
|
files: agate.x86_64-pc-windows-msvc.zip
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release-tag: ${{ github.ref }}
|
release-tag: ${{ github.ref_name }}
|
||||||
|
|
||||||
build_macos_x86_64:
|
build_macos_x86_64:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
@ -73,4 +73,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
files: 'agate.*.gz'
|
files: 'agate.*.gz'
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release-tag: ${{ github.ref }}
|
release-tag: ${{ github.ref_name }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue