diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64d3d5be..bda623b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: id: checkout run: .github/scripts/checkout.sh update-templates-${{ github.sha }} - name: Insert release - ${{ github.event.release.tag_name }} - uses: mikefarah/yq@557dcb87b8efe786f89a12c09e9046b4753ab72e #v4.44.1 + uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 #v4.44.2 with: cmd: | yq -i '( .body.[] | select(.id == "version") ) ref $x | $x .attributes.options = ["${{ github.event.release.tag_name }}"] + $x .attributes.options' .github/ISSUE_TEMPLATE/bug-report.yml &&