diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e311bd9..552a8048 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: path: build/libs - name: Release (if tag) - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: draft: true