diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d532870bde..9174e1127d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: path: build/app/outputs/flutter-apk/sha256sum # Create a pre-release - - uses: ncipollo/release-action@v1 + - uses: ncipollo/release-action@v1.14.0 with: artifacts: "build/app/outputs/flutter-apk/ente.apk,build/app/outputs/flutter-apk/sha256sum" token: ${{ secrets.GITHUB_TOKEN }}