Add previous tag to electron build steps (#5599)

This commit is contained in:
Chris Stewart 2024-05-16 13:54:41 -05:00 committed by GitHub
parent 83ffea0214
commit 1b109e7b36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,6 +154,11 @@ jobs:
W_OUT: "bitcoin-s-ts/wallet-electron-ts/out"
W_MAKE: "bitcoin-s-ts/wallet-electron-ts/out/make"
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
- name: (macos) Import developer cert to keychain
if: startsWith(matrix.os,'macos')