We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ab69c commit 9a41fb1Copy full SHA for 9a41fb1
1 file changed
.github/workflows/synchronize-repo.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Push changes to forked-repo
28
run: |
29
- git push -f forked-repo release
+ git push -f forked-repo release:release
30
31
- name: Clean up
32
0 commit comments