Skip to content

Commit e661660

Browse files
github-actions[bot]hckhanh
authored andcommitted
Bump version package
1 parent 76c9ca0 commit e661660

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1212

1313
jobs:
1414
npm:
15-
name: Publish to npm
15+
name: NPM
1616
runs-on: ubuntu-latest
1717
permissions:
1818
id-token: write
@@ -29,6 +29,8 @@ jobs:
2929
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
3030
- name: Install Dependencies
3131
run: bun ci
32+
- name: Update npm
33+
run: npm install -g npm@latest
3234
- name: Create Release Pull Request or Publish to npm
3335
uses: changesets/action@v1.5.3
3436
with:

0 commit comments

Comments
 (0)