Skip to content

Commit

Permalink
[release] testing
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Aug 19, 2023
1 parent 5ae77a7 commit 1aca83b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Release
if: "contains(github.event.head_commit.message, '[release]')"
run: |
bash publish.sh lib-mail
bash publish.sh wave-api
bash publish.sh wave-utils
bash -x publish.sh lib-mail
bash -x publish.sh wave-api
bash -x publish.sh wave-utils
env:
GRADLE_OPTS: '-Dorg.gradle.daemon=false'
AWS_ACCESS_KEY_ID: ${{secrets.TOWER_CI_AWS_ACCESS}}
Expand Down

0 comments on commit 1aca83b

Please sign in to comment.