diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 25573634..bee5a330 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -77,7 +77,7 @@ jobs: echo changes=$changelog >> $GITHUB_OUTPUT - if: "contains(github.event.head_commit.message, 'chore(release)')" name: Create GitHub release - uses: ncipollo/release-action@v1.18.0 + uses: ncipollo/release-action@v1.20.0 env: token: ${{ secrets.GITHUB_TOKEN }} with: