Skip to content

Commit

Permalink
fixed trim of git tag ref
Browse files Browse the repository at this point in the history
  • Loading branch information
millergarym committed May 2, 2023
1 parent 5f1977b commit 3ffcf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Determine version
id: version
run:
echo "version=${GITHUB_REF:24}" >> $GITHUB_OUTPUT
echo "version=${GITHUB_REF:11}" >> $GITHUB_OUTPUT

- name: Fetch macOS build
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 3ffcf19

Please sign in to comment.