Skip to content

Commit

Permalink
Fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Selivanov committed Nov 15, 2023
1 parent 517a26f commit 753586d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "newVersion=$newVersion"
echo "newVersion=$newVersion" >> $GITHUB_ENV
fi
sed -i '' -e "s/\(<Version>\)\(.*\)\(<\/Version>\)/\1$env.newVersion\3/" src/UnityMVVM/UnityMVVM.csproj
sed -i '' -e "s/\(<Version>\)\(.*\)\(<\/Version>\)/\1$newVersion\3/" src/UnityMVVM/UnityMVVM.csproj
- name: Run tests
run: dotnet test src --verbosity normal
- name: Build for demo project
Expand Down

0 comments on commit 753586d

Please sign in to comment.