We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c9ca0 commit e661660Copy full SHA for e661660
.github/workflows/release.yml
@@ -12,7 +12,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
12
13
jobs:
14
npm:
15
- name: Publish to npm
+ name: NPM
16
runs-on: ubuntu-latest
17
permissions:
18
id-token: write
@@ -29,6 +29,8 @@ jobs:
29
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
30
- name: Install Dependencies
31
run: bun ci
32
+ - name: Update npm
33
+ run: npm install -g npm@latest
34
- name: Create Release Pull Request or Publish to npm
35
uses: changesets/action@v1.5.3
36
with:
0 commit comments