Skip to content

Commit

Permalink
fix: version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 8, 2024
1 parent 423a90d commit 1c80548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
export VERSION="${${{ steps.release.outputs.tag_name }}:1}"
TAG=${{ steps.release.outputs.tag_name }}
VERSION=${TAG:1}
gh release upload ${{ steps.release.outputs.tag_name }} .out/pkl-biome@$VERSION/*

0 comments on commit 1c80548

Please sign in to comment.