Skip to content

Commit

Permalink
More tweaking to make #844 work.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 28, 2023
1 parent df80848 commit 4966315
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -45,6 +45,10 @@ jobs:
# The following command will only succeed if the preparation was done via the
# release.sh script.
run: ./mvnw -B -q -ff -ntp release:perform -DlocalCheckout=true
env:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
- name: Generate hash
id: hash
run: |
Expand Down

0 comments on commit 4966315

Please sign in to comment.