diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index b615511..47eb213 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -228,7 +228,7 @@ jobs: env: OUTPUT: "release-notes.md" - name: "Create GitHub Release" - uses: "softprops/action-gh-release@v2.4.2" + uses: "softprops/action-gh-release@v2.5.0" with: tag_name: "${{ needs.determine-version-job.outputs.VERSION }}" body_path: "release-notes.md"