Skip to content

Commit 33e790d

Browse files
committed
Update release
1 parent 1b9bf89 commit 33e790d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@ jobs:
3535
- name: Install Dependencies
3636
run: pnpm install --frozen-lockfile
3737

38+
- name: Upgrade npm for OIDC support
39+
run: npm install -g npm@latest
40+
3841
- name: Build
3942
run: pnpm -r run build
4043

4144
- name: Create Release Pull Request or Publish to npm
4245
id: changesets
4346
uses: changesets/action@v1
4447
with:
45-
# This executes when the "Version Packages" PR is merged
4648
publish: pnpm run ci:publish
4749
commit: "chore: version packages"
4850
title: "chore: version packages"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "echo \"Error: no test specified\" && exit 1",
1717
"changeset": "changeset",
1818
"release": "changeset version && git commit -am 'chore(release): ${{changeset.version}}' && changeset publish --public && git push --tags",
19-
"ci:publish": "changeset publish",
19+
"ci:publish": "changeset publish --provenance",
2020
"pack": "pnpm -r pack"
2121
},
2222
"packageManager": "pnpm@10.18.1",

0 commit comments

Comments
 (0)