Skip to content

Commit

Permalink
Another shot at fixing our publish workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 26, 2023
1 parent 27522dc commit 2aa7f51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
gradle-home-cache-cleanup: true
- name: git fetch origin release
run: git fetch origin release
- name: publish all
if: "${{ github.event.inputs.to_publish == 'all' }}"
run: |
Expand Down

0 comments on commit 2aa7f51

Please sign in to comment.