We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e2640 commit fb952fcCopy full SHA for fb952fc
.github/workflows/next-release.yml
@@ -5,6 +5,11 @@ on:
5
branches:
6
- develop
7
8
+permissions:
9
+ id-token: write # Required for OIDC
10
+ actions: write # Required for dispatching other workflows
11
+ contents: write # required for committing the version bump
12
+
13
jobs:
14
publish-next:
15
runs-on: ubuntu-latest
.yarnrc.yml
@@ -2,4 +2,6 @@ nmHoistingLimits: workspaces
2
3
nodeLinker: node-modules
4
+npmPublishProvenance: true
yarnPath: .yarn/releases/yarn-1.22.22.cjs
0 commit comments