Skip to content

Commit 5c39145

Browse files
authored
chore: fix bump version script (#55)
* chore: fix bump version script * update CI script * update
1 parent 3d28a93 commit 5c39145

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
node-version: 20.x
2929
cache: 'pnpm'
30+
registry-url: 'https://registry.npmjs.org'
3031

3132
- name: Install dependencies
3233
run: pnpm install --frozen-lockfile
@@ -66,12 +67,12 @@ jobs:
6667
echo "EOF" >> $GITHUB_OUTPUT
6768
6869
- name: Create GitHub Release
69-
uses: actions/create-release@v1
70+
uses: softprops/action-gh-release@v2
7071
env:
7172
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7273
with:
7374
tag_name: ${{ steps.version.outputs.tag }}
74-
release_name: Release ${{ steps.version.outputs.tag }}
75+
name: ZenStack Release ${{ steps.version.outputs.tag }}
7576
body: |
7677
## Changes in this release
7778

0 commit comments

Comments
 (0)