We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40d919 commit 8ee35e8Copy full SHA for 8ee35e8
.github/workflows/publish.yaml
@@ -136,4 +136,6 @@ jobs:
136
run: git -c user.name="$USER" -c user.email="$EMAIL" commit --all -m "increment version after release"
137
138
- name: push updates
139
- run: git push origin "HEAD:$(git log --pretty='%D' | grep -oPm1 '(?<=origin/).*')"
+ run: |
140
+ git fetch origin 'refs/heads/*:refs/remotes/origin/*'
141
+ git push origin "HEAD:$(git log --pretty='%D' | grep -oPm1 '(?<=origin/).*')"
0 commit comments