Skip to content

Commit

Permalink
fix tag name parsing, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij authored Mar 28, 2021
1 parent c4c0533 commit 8448851
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 @@ -60,7 +60,7 @@ jobs:
- lint
env:
CGO_ENABLED: ${CGO_ENABLED:-0}
TAG: ${GITHUB_REF#refs/tags/}
TAG: ${{ github.event.release.tag_name }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 8448851

Please sign in to comment.