Skip to content

Commit

Permalink
Strip path to tag
Browse files Browse the repository at this point in the history
  • Loading branch information
big-guy committed Oct 15, 2020
1 parent 4ca05ca commit 8f3c7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Get release version
run: |
echo "RELEASE_VERSION=${{ github.ref }}" | tr -d 'v' >> ${GITHUB_ENV}
echo "RELEASE_VERSION=${{ github.ref }}" | sed 's,refs/tags/v,,' >> ${GITHUB_ENV}
- name: Checkout master
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 8f3c7e5

Please sign in to comment.