mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Fix version getting
This commit is contained in:
parent
a4bd88dc0c
commit
74733e8d9e
2
.github/workflows/bug-report-version.yml
vendored
2
.github/workflows/bug-report-version.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Read Bloxstrap version from .csproj
|
||||
id: read-version
|
||||
run: |
|
||||
version=$(grep -oPm1 "(?<=<Version>)[^<]+" Bloxstrap.csproj)
|
||||
version=$(grep -oPm1 "(?<=<Version>)[^<]+" Bloxstrap/Bloxstrap.csproj)
|
||||
echo "::set-output name=version::$version"
|
||||
|
||||
- name: Check issue body for Bloxstrap version
|
||||
|
Loading…
Reference in New Issue
Block a user