Skip to content

Commit

Permalink
ci: fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 9, 2024
1 parent 7d3faf5 commit fc8719a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
TAG=${{ steps.release.outputs.tag_name }}
VERSION=${TAG:1}
gh release upload ${{ steps.release.outputs.tag_name }} .out/pkl-biome@$VERSION/*
gh release upload ${{ steps.release.outputs.tag_name }} .out/$TAG/*

0 comments on commit fc8719a

Please sign in to comment.