Skip to content

Commit

Permalink
Use latest v1 of publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
runeflobakk committed Nov 23, 2023
1 parent 573352f commit 327ddc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Deploy snapshot
steps:
- uses: actions/checkout@v1
- uses: digipost/action-maven-publish@1.1.0
- uses: digipost/action-maven-publish@v1
with:
sonatype_secrets: ${{ secrets.sonatype_secrets }}
release_version: ${{ needs.makeversion.outputs.version }}
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Release to Central Repository
uses: digipost/action-maven-publish@1.1.0
uses: digipost/action-maven-publish@v1
with:
sonatype_secrets: ${{ secrets.sonatype_secrets }}
release_version: ${{ needs.makeversion.outputs.version }}
Expand Down

0 comments on commit 327ddc6

Please sign in to comment.