We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc6b2f commit 9c8ab14Copy full SHA for 9c8ab14
1 file changed
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
GITHUB_TOKEN: ${{ github.token }}
41
42
- name: Create a branch for tagged release
43
- run:
+ run: |
44
git fetch origin "$SHA"
45
git checkout -b "release/$TAG" "$SHA"
46
git push origin "release/$TAG"
0 commit comments