Skip to content

Commit 0448aed

Browse files
committed
ci: update release
1 parent d439ce1 commit 0448aed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
run: |
7474
git config user.name "github-actions[bot]"
7575
git config user.email "github-actions[bot]@users.noreply.github.com"
76-
git tag v$PACKAGE_VERSION
77-
git push origin v$PACKAGE_VERSION
76+
git tag $PACKAGE_VERSION
77+
git push origin $PACKAGE_VERSION
7878
BENCH_RESULTS="$(cat bench_results.txt)"
7979
RELEASE_NOTES="### Benchmark Results:
8080
\`\`\`
8181
$BENCH_RESULTS
8282
\`\`\`"
8383
echo "$RELEASE_NOTES" > release_notes.md
84-
gh release create v$PACKAGE_VERSION --title "v$PACKAGE_VERSION" --notes-file release_notes.md
84+
gh release create $PACKAGE_VERSION --title "$PACKAGE_VERSION" --notes-file release_notes.md

0 commit comments

Comments
 (0)