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:
2
.github/workflows/ci-snapshot.yml
vendored
2
.github/workflows/ci-snapshot.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user