Fix release.yml

This commit is contained in:
Anton Medvedev 2022-04-25 21:30:33 +02:00
parent a406596b46
commit 33f25646c5

View File

@ -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