Skip to content

Commit 3935dc7

Browse files
authored
feat: use platform line endings when writing (#11)
* feat: use platform line endings when writing * chore: fix publishing
1 parent fdeb6f1 commit 3935dc7

File tree

4 files changed

+95
-105
lines changed

4 files changed

+95
-105
lines changed

.github/workflows/publish_typeline.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ jobs:
1313
outputs:
1414
on_main: ${{ steps.contains_tag.outputs.retval }}
1515
steps:
16+
# TODO: remove this and the `git branch -a` when the following PR
17+
# is merged and released:
18+
# https://github.com/rickstaa/action-contains-tag/pull/18
19+
- name: git config --global remote.origin.followRemoteHEAD never
20+
shell: bash
21+
run: git config --global remote.origin.followRemoteHEAD never
22+
1623
- uses: actions/checkout@v4
1724
with:
1825
fetch-depth: 0

0 commit comments

Comments
 (0)