Skip to content

Commit d640350

Browse files
authored
Pluh 2
1 parent 0715213 commit d640350

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev-autopublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626

2727
- name: Determine version
2828
id: version
29-
run: echo "::set-output name=version::0.$((${GITHUB_RUN_NUMBER} / 100)).$((${GITHUB_RUN_NUMBER} % 100))"
29+
run: echo "::set-output name=version::0.$((${GITHUB_RUN_NUMBER} / 10)).$((${GITHUB_RUN_NUMBER} % 10))"
3030

3131
- name: Get Project Version
3232
id: base_version
33-
run: version=$(grep '<Version>' < .csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
33+
run: version=$(grep '<Version>' < *.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/')
3434
echo "::set-output name=version::$version"
3535

3636
- name: Pack

0 commit comments

Comments
 (0)