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 be3dd48 commit e6bae52Copy full SHA for e6bae52
.github/workflows/release.yml
@@ -40,6 +40,8 @@ jobs:
40
matrix:
41
os: [ ubuntu-latest, windows-latest, macos-latest ]
42
runs-on: ${{ matrix.os }}
43
+ permissions:
44
+ contents: write
45
outputs:
46
full-version: ${{ steps.bootstrap.outputs.full-version }}
47
major-version: ${{ steps.bootstrap.outputs.major-version }}
0 commit comments