Skip to content

Commit 9c8ab14

Browse files
committed
fix: use a multiline yaml string when breaking across lines
1 parent bcc6b2f commit 9c8ab14

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
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{ github.token }}
4141

4242
- name: Create a branch for tagged release
43-
run:
43+
run: |
4444
git fetch origin "$SHA"
4545
git checkout -b "release/$TAG" "$SHA"
4646
git push origin "release/$TAG"

0 commit comments

Comments
 (0)