Skip to content

Commit

Permalink
use bash to set version (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodprocessor authored Dec 16, 2024
1 parent 220d0e3 commit f671956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:

- name: Set Version
id: get_version
shell: bash
run: echo "VERSION=${REF_NAME#v}" >> $GITHUB_OUTPUT
env:
REF_NAME: ${{ github.ref_name }}
Expand Down

0 comments on commit f671956

Please sign in to comment.