Update release.yml

pull/241/head
Anton Medvedev 1 year ago
parent 2cc60136a3
commit 8b2c08a713
No known key found for this signature in database

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

Loading…
Cancel
Save