File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646
4747 - name : Deploy to repo.spring.io
4848 if : ${{ matrix.runner.deploy-snapshots }}
49- uses : spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3
49+ uses : spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
5050 with :
5151 uri : ' https://repo.spring.io'
5252 username : ${{ secrets.ARTIFACTORY_USERNAME }}
Original file line number Diff line number Diff line change 3131 echo "Version is $version"
3232 echo "version=$version" >> $GITHUB_OUTPUT
3333 - name : Stage Release
34- uses : spring-io/artifactory-deploy-action@e7d40377cd74c3f06554144006ccfd64a548b351 # v0.0.3
34+ uses : spring-io/artifactory-deploy-action@926d7f7cc810569395346bf3a4d91b380b3e355b # v0.0.4
3535 with :
3636 build-name : ${{ format('initializr-{0}', steps.read-version.outputs.version)}}
3737 folder : ' maven-repo'
You can’t perform that action at this time.
0 commit comments