Skip to content

Commit

Permalink
So we have to run the workflow on the release branch, *and* we need…
Browse files Browse the repository at this point in the history
… to pull `main` so that git ratchet is happy.
  • Loading branch information
nedtwigg committed Jan 26, 2023
1 parent 2aa7f51 commit 2995371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +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: git fetch origin main
run: git fetch origin main
- name: publish all
if: "${{ github.event.inputs.to_publish == 'all' }}"
run: |
Expand Down

0 comments on commit 2995371

Please sign in to comment.