mirror of
https://github.com/antonmedv/fx
synced 2024-11-01 21:40:20 +00:00
Fix release.yml
This commit is contained in:
parent
a406596b46
commit
33f25646c5
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -50,6 +50,9 @@ jobs:
|
||||
with:
|
||||
go-version: 1.18
|
||||
|
||||
- name: Get Version
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Build and Upload
|
||||
env:
|
||||
FORCE_COLOR: 3
|
||||
|
Loading…
Reference in New Issue
Block a user