diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1febcfd..35ce296 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: - name: Generate release.txt run: "./changelog.sh" - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body_path: release.txt token: ${{ secrets.PAT_GITHUB }}