Skip to content

Commit

Permalink
Merge pull request #425 from get10101/feat/release-production
Browse files Browse the repository at this point in the history
  • Loading branch information
bonomat authored Apr 14, 2023
2 parents 678d169 + 5c8d0af commit adfe9b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: ./.github/workflows/docker.yml
secrets: inherit
with:
tag: ${{ github.event.release.target_commitish }}
tag: ${{ github.ref_name }}

build_testflight_release:
permissions:
Expand All @@ -28,7 +28,7 @@ jobs:
electrs_endpoint: blockstream.info:110
coordinator_p2p_endpoint: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@34.30.20.202:9045
network: mainnet
tag: ${{ github.event.release.target_commitish }}
tag: ${{ github.ref_name }}

build_android_apk:
runs-on: macos-latest
Expand All @@ -39,7 +39,7 @@ jobs:
with:
# fetch the complete history to correctly calculate build_number
fetch-depth: 0
tag: ${{ github.event.release.target_commitish }}
tag: ${{ github.ref_name }}

# #499, https://github.com/actions/virtual-environments/issues/5595
- name: Configure ndk
Expand Down

0 comments on commit adfe9b9

Please sign in to comment.