diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index e7534e5e..184c1ded 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -135,7 +135,7 @@ jobs: - name: 'Create Pre-release' id: create_release if: inputs.semver == '' # only if this workflow is not called from a push to tag (a Release) - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.15.0 with: tag: android-${{ steps.commit.outputs.short }} name: robosats-android-${{ steps.commit.outputs.short }}