mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Fix creating release notes for Android through Github Action
This commit is contained in:
parent
1e8dd1046c
commit
2b62fb6be1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-release-apk.yml
vendored
2
.github/workflows/build-release-apk.yml
vendored
|
@ -8,6 +8,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout project
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: "0"
|
||||
|
||||
- name: Specify node version
|
||||
uses: actions/setup-node@v2-beta
|
||||
|
|
Loading…
Add table
Reference in a new issue