Skip to content

Commit 0079443

Browse files
committed
Fixed workflow.
1 parent 405e65c commit 0079443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
git config user.email "github-actions[bot]@users.noreply.github.com"
6868
git add TaskExecutor/TaskExecutor.csproj
6969
git commit -m "[skip ci] Update version and release notes for $VERSION" || echo "No changes to commit"
70-
git push || echo "No changes pushed"
70+
git push origin HEAD:master || echo "No changes pushed"
7171
7272
- name: Build project
7373
run: dotnet build TaskExecutor/TaskExecutor.csproj --configuration Release

0 commit comments

Comments
 (0)