We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405e65c commit 0079443Copy full SHA for 0079443
1 file changed
.github/workflows/publish.yml
@@ -67,7 +67,7 @@ jobs:
67
git config user.email "github-actions[bot]@users.noreply.github.com"
68
git add TaskExecutor/TaskExecutor.csproj
69
git commit -m "[skip ci] Update version and release notes for $VERSION" || echo "No changes to commit"
70
- git push || echo "No changes pushed"
+ git push origin HEAD:master || echo "No changes pushed"
71
72
- name: Build project
73
run: dotnet build TaskExecutor/TaskExecutor.csproj --configuration Release
0 commit comments