diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index ace4b401..6231b744 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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 }} \ No newline at end of file