diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c25e61cbd..f7628b3af 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -387,7 +387,7 @@ jobs: id: fetch_tag run: echo "tagVersion=$(git describe --tags $(git rev-list --tags --max-count=1))" >>$GITHUB_OUTPUT - name: Release - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 with: generate_release_notes: true tag_name: ${{ steps.fetch_tag.outputs.tagVersion }}