Update release.yml

This commit is contained in:
Anton Medvedev 2023-04-07 16:33:49 +02:00
parent 2cc60136a3
commit 8b2c08a713
No known key found for this signature in database

View File

@ -51,6 +51,10 @@ jobs:
- name: Update brew
run: brew update
- uses: actions/checkout@v3
with:
ref: master
- name: Get Version
run: echo "RELEASE_VERSION=$(go run . -v)" >> $GITHUB_ENV