Skip to content

Commit

Permalink
Use latest tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 29, 2023
1 parent 20fd765 commit 303d64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: 1.18

- name: Get Version
run: echo "RELEASE_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
run: echo "RELEASE_VERSION=$(git describe --abbrev=0 --tags)" >> $GITHUB_ENV

- name: Update Version
shell: bash
Expand Down

0 comments on commit 303d64c

Please sign in to comment.