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 2b2d790f5d [skip ci] remove retrieve profile id
2b2d790f5d is described below
commit 2b2d790f5df1c370eb1214aa8109a8268e0c0bcb
Author: James Daugherty <[email protected]>
AuthorDate: Tue May 27 15:15:11 2025 -0400
[skip ci] remove retrieve profile id
---
.github/workflows/retrieveProfileId.yml | 44 ---------------------------------
1 file changed, 44 deletions(-)
diff --git a/.github/workflows/retrieveProfileId.yml
b/.github/workflows/retrieveProfileId.yml
deleted file mode 100644
index bb55e43f30..0000000000
--- a/.github/workflows/retrieveProfileId.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-name: "Retrieve Profile Id"
-on:
- workflow_dispatch:
-jobs:
- source:
- runs-on: ubuntu-latest
- steps:
- - name: "📥 Checkout repository"
- uses: actions/checkout@v4
- - name: 'Ensure Common Build Date' # to ensure a reproducible build
- run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >>
"$GITHUB_ENV"
- - name: "☕️ Setup JDK"
- uses: actions/setup-java@v4
- with:
- distribution: liberica
- java-version: 17
- - name: "🐘 Setup Gradle"
- uses: gradle/actions/setup-gradle@v4
- with:
- develocity-access-key: ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
- - name: "🔨 Find profile id"
- working-directory: 'grails-gradle'
- run: >
- ./gradlew retrieveSonatypeStagingProfile
- env:
- GRAILS_PUBLISH_RELEASE: 'true'
- NEXUS_PUBLISH_USERNAME: ${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}
- NEXUS_PUBLISH_PASSWORD: ${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}
- NEXUS_PUBLISH_URL: 'https://repository.apache.org/'
\ No newline at end of file