We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e479d7b + a472e39 commit 65effbdCopy full SHA for 65effbd
.github/workflows/android-build.yml
@@ -135,7 +135,7 @@ jobs:
135
- name: 'Create Pre-release'
136
id: create_release
137
if: inputs.semver == '' # only if this workflow is not called from a push to tag (a Release)
138
- uses: ncipollo/release-action@v1.13.0
+ uses: ncipollo/release-action@v1.16.0
139
with:
140
tag: android-${{ steps.commit.outputs.short }}
141
name: robosats-android-${{ steps.commit.outputs.short }}
0 commit comments