We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6e9263 + b701afb commit c16be91Copy full SHA for c16be91
.github/workflows/android_release.yml
@@ -54,7 +54,7 @@ jobs:
54
run: ./gradlew bundleRelease --stacktrace
55
56
- name: GH Release
57
- uses: softprops/action-gh-release@v2.2.1
+ uses: softprops/action-gh-release@v2.2.2
58
if: startsWith(github.ref, 'refs/tags/')
59
with:
60
files: |
.github/workflows/desktop_release.yml
@@ -38,7 +38,7 @@ jobs:
38
shell: bash
39
40
41
42
43
44
0 commit comments