Skip to content

Commit 2aa7f51

Browse files
committed
Another shot at fixing our publish workflow.
1 parent 27522dc commit 2aa7f51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
uses: gradle/gradle-build-action@v2
4747
with:
4848
gradle-home-cache-cleanup: true
49+
- name: git fetch origin release
50+
run: git fetch origin release
4951
- name: publish all
5052
if: "${{ github.event.inputs.to_publish == 'all' }}"
5153
run: |

0 commit comments

Comments
 (0)