Skip to content

Commit

Permalink
Polish snapshots workflow
Browse files Browse the repository at this point in the history
See gh-924
  • Loading branch information
wilkinsona committed Mar 28, 2024
1 parent 6937a90 commit 18d9c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build and Deploy Snapshot
runs-on: ubuntu-latest
steps:
- name: Set up Java
- name: Set Up Java
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
distribution: 'liberica'
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.ARTIFACTORY_PASSWORD }}
build-name: spring-restdocs
repository: 'libs-snapshot-local'
folder: 'deployment-repository'
folder: 'distribution-repository'
signing-key: ${{ secrets.GPG_PRIVATE_KEY }}
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
artifact-properties: |
Expand Down

0 comments on commit 18d9c05

Please sign in to comment.