diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 6d2cf866..bc4dceee 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -35,7 +35,7 @@ jobs: - name: Create GitHub Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: build/libs/TeleightBots-*.jar draft: true