Skip to content

Commit

Permalink
Trigger JitPack build for mock release
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomte committed Feb 15, 2024
1 parent 4a80d42 commit 7f67c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
--prerelease
- name: Trigger JitPack build
run: |
curl -s -m 30 https://jitpack.io/com/github/getlipa/lipa-lightning-lib-android/${{ env.RELEASE_VERSION }} || true
curl -s -m 30 https://jitpack.io/com/github/getlipa/lipa-lightning-lib-android/${{ env.RELEASE_VERSION }}${{ matrix.mock-deps && '-mock' || '' }}" || true
determine-branch:
name: determine-branch
Expand Down

0 comments on commit 7f67c4b

Please sign in to comment.