diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de329c9..d5566b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,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: