Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveModding committed Dec 17, 2023
1 parent 6b92279 commit 2031817
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ jobs:
sed -i Meddle.Plugin.csproj -E \
-e 's#<Version>[0-9]*\.([0-9]*\.){0,1}[0-9]*</Version>#<Version>'"$release_version"'</Version>#g'
git add Meddle.Plugin.csproj
git config --local user.name "github-actions [bot]"
git config --local user.email "[email protected]"
git commit -m "Update Meddle.Plugin.csproj for ${{ github.ref_name }}"
- name: Restore Dependencies
run: dotnet restore

Expand Down

0 comments on commit 2031817

Please sign in to comment.