Skip to content

Commit

Permalink
Debugging GitHub Actions (slight return) (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke authored Oct 5, 2024
1 parent aef57b1 commit fc422a8
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 deploy -B -ntp -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 fc422a8

Please sign in to comment.