Skip to content

Commit

Permalink
[WIP] Upgrade to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherfrieler committed Oct 27, 2024
1 parent 03d6812 commit 4d13a21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
. ./.github/configureSonarAnalysis.sh
- name: Build and check library
uses: christopherfrieler/gradle-wrapper-action@0.3.0
uses: christopherfrieler/gradle-wrapper-action@feature/modernize
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
SIGNING_KEY_BASE64: ${{ secrets.SIGNING_KEY_BASE64 }}
run: echo $SIGNING_KEY_BASE64 | base64 -d > "$SIGNING_KEY_ID.gpg"
- name: Deploy to mavencentral
uses: christopherfrieler/gradle-wrapper-action@0.3.0
uses: christopherfrieler/gradle-wrapper-action@feature/modernize
env:
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
Expand Down

0 comments on commit 4d13a21

Please sign in to comment.