Add promote & Central GHA workflows

* Use an explicit `libs-snapshot-local` in the `ci-snapshot.yml` for JFrog CLI
* Add notices for `$JFROG_CLI_BUILD_NAME` & `$JFROG_CLI_BUILD_NUMBER` in the `release-staging.yml`
This commit is contained in:
Artem Bilan
2023-10-23 10:36:46 -04:00
parent 65dd738b53
commit 70a690ca90
4 changed files with 89 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ jobs:
--server-id-resolve repo.spring.io \
--server-id-deploy repo.spring.io \
--repo-resolve snapshot \
--repo-deploy snapshot
--repo-deploy libs-snapshot-local
echo JFROG_CLI_BUILD_NAME=${{ github.event.repository.name }}-${{ github.ref_name }} >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV