We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87518d4 commit b720ef3Copy full SHA for b720ef3
.github/workflows/release.yml
@@ -7,10 +7,6 @@ on:
7
8
concurrency: ${{ github.workflow }}-${{ github.ref }}
9
10
-permissions:
11
- id-token: write # required for publishing to npm
12
- contents: write # required to `git push`
13
-
14
# This workflow will run changesets depending on two different scenarios:
15
#
16
# 1. If we are landing a specific commit into main (Author PR), then
0 commit comments