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 a1a5339 commit 90e2db2Copy full SHA for 90e2db2
.github/workflows/release.yml
@@ -10,6 +10,7 @@ jobs:
10
packages: read # for pre-release workflow
11
contents: write # to commit changes related to the release and publish documentation to gh-pages
12
issues: write # to modify milestones
13
+ pull-requests: write
14
steps:
15
- name: "📥 Checkout repository"
16
uses: actions/checkout@v4
@@ -56,4 +57,4 @@ jobs:
56
57
SOURCE_FOLDER: build/docs
58
VERSION: ${{ env.RELEASE_VERSION }}
59
- name: "⚙️ Run post-release"
- uses: apache/grails-github-actions/post-release@asf
60
+ uses: apache/grails-github-actions/post-release@asf
0 commit comments