We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005e527 commit aef0a78Copy full SHA for aef0a78
.github/workflows/publish_release.yml
@@ -44,5 +44,10 @@ jobs:
44
.\tools\set-version.ps1 $newVer -UpdateAssemblyAndFileVersion
45
git config user.name "github-actions"
46
git config user.email "github-actions@github.com"
47
+
48
+ git fetch origin master
49
+ git checkout master
50
+ git pull
51
52
git commit -am "Increment version to $newVer"
53
git push
0 commit comments