mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Upgrade to using Environment Files
This commit is contained in:
parent
ff3e1c1cda
commit
0bd48993ee
2
.github/workflows/bug-report-version.yml
vendored
2
.github/workflows/bug-report-version.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
id: read-version
|
id: read-version
|
||||||
run: |
|
run: |
|
||||||
version=$(grep -oPm1 "(?<=<Version>)[^<]+" Bloxstrap/Bloxstrap.csproj)
|
version=$(grep -oPm1 "(?<=<Version>)[^<]+" Bloxstrap/Bloxstrap.csproj)
|
||||||
echo "::set-output name=version::$version"
|
echo "version=$version" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Check issue for Bloxstrap version
|
- name: Check issue for Bloxstrap version
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v7
|
||||||
|
Loading…
Reference in New Issue
Block a user