Skip to content

Commit

Permalink
Merge pull request #1591 from dependabot[bot]
Browse files Browse the repository at this point in the history
* pr/1591:
  Polish "Bump spring-io/artifactory-deploy-action from 0.0.1 to 0.0.2"
  Bump spring-io/artifactory-deploy-action from 0.0.1 to 0.0.2

Closes gh-1591
  • Loading branch information
mhalbritter committed Nov 29, 2024
2 parents 0d2c28d + 44e91b4 commit 7e6b47c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Deploy to repo.spring.io
if: ${{ matrix.runner.deploy-snapshots }}
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
with:
uri: 'https://repo.spring.io'
username: ${{ secrets.ARTIFACTORY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "Version is $version"
echo "version=$version" >> $GITHUB_OUTPUT
- name: Stage Release
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
uses: spring-io/artifactory-deploy-action@dc1913008c0599f0c4b1fdafb6ff3c502b3565ea # v0.0.2
with:
build-name: ${{ format('initializr-{0}', steps.read-version.outputs.version)}}
folder: 'maven-repo'
Expand Down

0 comments on commit 7e6b47c

Please sign in to comment.