Upgrade to using Environment Files

This commit is contained in:
Ryan Luu 2024-11-03 20:24:38 +00:00 committed by GitHub
parent ff3e1c1cda
commit 0bd48993ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
id: read-version
run: |
version=$(grep -oPm1 "(?<=<Version>)[^<]+" Bloxstrap/Bloxstrap.csproj)
echo "::set-output name=version::$version"
echo "version=$version" >> $GITHUB_OUTPUT
- name: Check issue for Bloxstrap version
uses: actions/github-script@v7