This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 39bb95fecc Remove old pacakges permissions
39bb95fecc is described below
commit 39bb95feccd5183f74a4908aa43d338a79e5f924
Author: James Daugherty <[email protected]>
AuthorDate: Tue May 27 10:57:00 2025 -0400
Remove old pacakges permissions
---
.github/workflows/release.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6e8051477d..5f718a43bb 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -26,7 +26,6 @@ jobs:
permissions:
contents: write # to create release & upload wrapper
issues: write # to modify milestones
- packages: write # purge pre-release packages
runs-on: ubuntu-latest
outputs:
release_version: ${{ steps.release_version.outputs.value }}