Skip to content

Commit 8fda247

Browse files
authored
Update attach_debug_apks_to_release.yml
1 parent 7e4d456 commit 8fda247

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/attach_debug_apks_to_release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
with:
2222
ref: ${{ env.GITHUB_REF }}
2323

24+
- name: 'Get Previous tag'
25+
id: previous_tag
26+
uses: "WyriHaximus/github-action-get-previous-tag@v1"
27+
with:
28+
fallback: 1.0.0
29+
2430
- name: Release
2531
uses: softprops/action-gh-release@v2
2632
with:

0 commit comments

Comments
 (0)