diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04ff575..f50af37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: if: needs.context.outputs.isRelease == 'true' steps: - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: