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 b08aecf commit ec2b1fbCopy full SHA for ec2b1fb
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
contents: write # to create release (changesets/action)
14
issues: write # to post issue comments (changesets/action)
15
pull-requests: write # to create pull request (changesets/action)
16
+ packages: write # to publish github package
17
timeout-minutes: 20
18
runs-on: ubuntu-latest
19
steps:
0 commit comments