diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 86cd138a..b2faedf5 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -107,7 +107,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.12.0 + uses: ncipollo/release-action@v1.13.0 with: tag: android-${{ steps.commit.outputs.short }} name: robosats-android-${{ steps.commit.outputs.short }}