Skip to content

Commit

Permalink
Fix GA workflow file (slight return)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke committed Oct 5, 2024
1 parent 66df50b commit c1dcd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn -B -ntp deploy -Drevision=${{ env.RELEASE_VERSION }} -Prelease \
-Dgpg.keyname="{{ secrets.BUILD_KEY }} -Dautorelease.artifact=${{ env.AUTORELEASE_ARTIFACT }
-Dgpg.keyname=${{ secrets.BUILD_KEY }} -Dautorelease.artifact=${{ env.AUTORELEASE_ARTIFACT }}

0 comments on commit c1dcd97

Please sign in to comment.