mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-25 14:46:19 +00:00
version to 0.0.85
This commit is contained in:
parent
48c41b36df
commit
40cd4119eb
2 changed files with 3 additions and 3 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue