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 fbc3e77 commit ff86fd8Copy full SHA for ff86fd8
.github/workflows/release.yml
@@ -6,7 +6,10 @@ on:
6
- main
7
workflow_dispatch:
8
9
-permissions: write-all
+permissions:
10
+ contents: write
11
+ pull-requests: write
12
+ id-token: write
13
14
concurrency: ${{ github.workflow }}-${{ github.ref }}
15
@@ -43,6 +46,7 @@ jobs:
43
46
- name: 🦋 Create Release Pull Request or Publish to npm
44
47
id: changesets
45
48
uses: changesets/action@v1
49
+ continue-on-error: true
50
with:
51
# This uses our custom publish script that builds before publishing
52
publish: pnpm changeset-publish
0 commit comments