Fix ci build
Add missing checkout step
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -58,6 +58,7 @@ jobs:
|
||||
github.repository == 'spring-projects/spring-rewrite-commons'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
env:
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
@@ -72,7 +73,7 @@ jobs:
|
||||
echo JFROG_CLI_BUILD_NAME=spring-rewrite-commons-main >> $GITHUB_ENV
|
||||
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
|
||||
|
||||
jf mvn clean install -X -B -DskipTests
|
||||
jf mvn clean -f ./pom.xml install -B -DskipTests
|
||||
jf rt build-publish
|
||||
|
||||
# - uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user