Fix creating release notes for Android through Github Action

This commit is contained in:
gruve-p 2023-05-26 21:15:42 +02:00 committed by Overtorment
parent 1e8dd1046c
commit 2b62fb6be1

View File

@ -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