We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27522dc commit 2aa7f51Copy full SHA for 2aa7f51
.github/workflows/deploy.yml
@@ -46,6 +46,8 @@ jobs:
46
uses: gradle/gradle-build-action@v2
47
with:
48
gradle-home-cache-cleanup: true
49
+ - name: git fetch origin release
50
+ run: git fetch origin release
51
- name: publish all
52
if: "${{ github.event.inputs.to_publish == 'all' }}"
53
run: |
0 commit comments