diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0cdfe3e6..984f3e05 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: 🐛 Bug Report description: File an issue about a bug. -title: "[BUG] " +title: '[BUG] ' labels: [bug] body: - type: markdown @@ -12,7 +12,7 @@ body: id: version attributes: label: What version of eigent are you using? - placeholder: E.g., 0.0.84 + placeholder: E.g., 0.0.85 validations: required: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4256d53c..0eecb122 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -344,7 +344,7 @@ jobs: files: | gh-release-assets/* - # Extract version from tag (e.g., v0.0.84 -> 0.0.84) + # Extract version from tag (e.g., v0.0.85 -> 0.0.85) - name: Extract version if: startsWith(github.ref, 'refs/tags/') id: version