Skip to content

Commit

Permalink
fix(ci): Remove v from github release
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 6, 2023
1 parent 3819e4c commit 3d3c07e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Expand Up @@ -37,5 +37,7 @@ jobs:
FILES=$(echo dist/*)
gh release upload $TAG $FILES
echo $FILES
NEW_TAG="${TAG#v}"
gh release edit $TAG -t $NEW_TAG
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3d3c07e

Please sign in to comment.