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 a14025b commit 67521c4Copy full SHA for 67521c4
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ concurrency: ${{ github.ref }}
10
jobs:
11
create-release:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: write
15
outputs:
16
RELEASE_ID: ${{ steps.create-release.outputs.result }}
17
steps:
0 commit comments