We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2a7d2 commit b7448baCopy full SHA for b7448ba
2 files changed
.github/workflows/draft-release.yml
@@ -13,10 +13,6 @@ on:
13
- 'minor'
14
- 'patch'
15
16
-permissions:
17
- contents: 'read'
18
- pull-requests: 'write'
19
-
20
jobs:
21
draft-release:
22
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude
.github/workflows/release.yml
@@ -6,10 +6,6 @@ on:
6
- 'main'
7
- 'release/**/*'
8
9
10
11
- packages: 'write'
12
release:
uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
0 commit comments