Skip to content

Commit

Permalink
Merge pull request #273 from digipost/action-maven-publish-1-3-2
Browse files Browse the repository at this point in the history
Use [email protected] to include gpg > 2.0 when releasing
  • Loading branch information
Simen Støa authored Feb 16, 2023
2 parents 588b2f0 + e8b145b commit a30ac5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/[email protected].1
- uses: digipost/[email protected].2
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/[email protected].1
uses: digipost/[email protected].2
with:
sonatype_secrets: ${{ secrets.sonatype_secrets }}
release_version: ${{ needs.makeversion.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>no.digipost</groupId>
<artifactId>digipost-open-super-pom</artifactId>
<version>7</version>
<version>8</version>
</parent>

<name>Posten signering - API Specification</name>
Expand Down

0 comments on commit a30ac5e

Please sign in to comment.