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 566f952 commit 95376f4Copy full SHA for 95376f4
.github/workflows/release.yml
@@ -2,8 +2,8 @@ name: Release
2
3
on:
4
push:
5
- branches:
6
- - main
+ #branches:
+ # - main
7
workflow_dispatch:
8
# Dev publishing
9
@@ -12,6 +12,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
12
permissions:
13
id-token: write # Required for OIDC
14
contents: write # Required for changesets pushing
15
+ pull-requests: write # Required for changesets to create PRs
16
17
jobs:
18
release:
0 commit comments