mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-08 22:06:03 +03:00
More stuff for testing
This commit is contained in:
parent
ae65cc2f9a
commit
af00a47a43
1 changed files with 1 additions and 0 deletions
1
.github/workflows/master-pr.yml
vendored
1
.github/workflows/master-pr.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
||||||
id: pr_version
|
id: pr_version
|
||||||
run: |
|
run: |
|
||||||
PR_VERSION=$(find . -name '*.csproj' -exec grep '<Version>' {} \; | sed -E 's/.*<Version>(.*)<\/Version>.*/\1/')
|
PR_VERSION=$(find . -name '*.csproj' -exec grep '<Version>' {} \; | sed -E 's/.*<Version>(.*)<\/Version>.*/\1/')
|
||||||
|
echo $PR_VERSION
|
||||||
echo "PR_VERSION=$PR_VERSION" >> $GITHUB_ENV
|
echo "PR_VERSION=$PR_VERSION" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout master branch to separate directory
|
- name: Checkout master branch to separate directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue