diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1ef182..b853b64 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: diff-search: true - name: Create release - uses: 'ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5' # v1 + uses: 'ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87' # v1 if: ${{ steps.check.outputs.changed == 'true' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}