mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-18 21:34:39 +01:00
Add previous tag to electron build steps (#5599)
This commit is contained in:
parent
83ffea0214
commit
1b109e7b36
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -154,6 +154,11 @@ jobs:
|
|||||||
W_OUT: "bitcoin-s-ts/wallet-electron-ts/out"
|
W_OUT: "bitcoin-s-ts/wallet-electron-ts/out"
|
||||||
W_MAKE: "bitcoin-s-ts/wallet-electron-ts/out/make"
|
W_MAKE: "bitcoin-s-ts/wallet-electron-ts/out/make"
|
||||||
steps:
|
steps:
|
||||||
|
- name: Get Previous tag
|
||||||
|
id: previoustag
|
||||||
|
uses: WyriHaximus/github-action-get-previous-tag@v1
|
||||||
|
with:
|
||||||
|
fallback: 1.0.0 # Optional fallback tag to use when no tag can be found
|
||||||
# macos keychain unlocking for signing identity access
|
# macos keychain unlocking for signing identity access
|
||||||
- name: (macos) Import developer cert to keychain
|
- name: (macos) Import developer cert to keychain
|
||||||
if: startsWith(matrix.os,'macos')
|
if: startsWith(matrix.os,'macos')
|
||||||
|
Loading…
Reference in New Issue
Block a user