Skip to content

Commit

Permalink
ci: hopefully fix release flow, part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Feb 14, 2020
1 parent 9dc5853 commit cd27055
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
# Apparently, this is the right way to get a tag name. Really?
#
# See: https://github.mirror.nvdadr.community/t5/GitHub-Actions/How-to-get-just-the-tag-name/m-p/32167/highlight/true#M1027
echo "$GITHUB_REF"
echo "${GITHUB_REF#refs/tags/szip-}"
echo "::set-output name=SZIP_VERSION::${GITHUB_REF#refs/tags/szip-}"
echo "::set-env name=SZIP_VERSION::${GITHUB_REF#refs/tags/szip-}"
echo "version is: ${{ env.SZIP_VERSION }}"
- name: Create GitHub release
Expand Down

0 comments on commit cd27055

Please sign in to comment.