diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 918ea3a..dcdfa36 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -62,7 +62,7 @@ jobs: - name: Create release if: startsWith(github.ref, 'refs/tags/') && github.repository == 'LiveTL/android' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.VERSION_TAG }} name: LiveTL for Android ${{ env.VERSION_TAG }}