Skip to content

Commit

Permalink
Merge pull request #26 from innFactory/refactor/preparePublish
Browse files Browse the repository at this point in the history
fix: fixing tag extraction from github
  • Loading branch information
MoeQuadrat committed Aug 11, 2022
2 parents 28efd5a + 69ea75d commit 79c6276
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 @@ -16,4 +16,4 @@ jobs:
run: sbt publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: ${GITHUB_REF#refs/*/}
TAG: ${{ github.event.release.tag_name }}

0 comments on commit 79c6276

Please sign in to comment.