Skip to content

Commit a64af5d

Browse files
authored
fix: yaml newlines in release please action (#127)
1 parent 9856718 commit a64af5d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

lib/content/release-please.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- {{.}}
1212
{{/each}}
1313

14-
{{~#if isWorkspace}}
14+
{{#if isWorkspace}}
1515
permissions:
1616
contents: write
1717
{{/if}}
@@ -37,7 +37,7 @@ jobs:
3737
{{{json .}}}{{#unless @last}},{{/unless}}
3838
{{/each}}
3939
]
40-
{{~#if isWorkspace}}
40+
{{#if isWorkspace}}
4141
{{> setupGit}}
4242
{{> setupNode}}
4343
- name: Update package-lock.json and commit

tap-snapshots/test/apply/full-content.js.test.cjs

+6-2
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@ on:
10561056
branches:
10571057
- main
10581058
- latest
1059+
10591060
permissions:
10601061
contents: write
10611062
@@ -1079,7 +1080,8 @@ jobs:
10791080
{"type":"docs","section":"Documentation","hidden":false},
10801081
{"type":"deps","section":"Dependencies","hidden":false},
10811082
{"type":"chore","hidden":true}
1082-
] - uses: actions/checkout@v3
1083+
]
1084+
- uses: actions/checkout@v3
10831085
- name: Setup git user
10841086
run: |
10851087
git config --global user.email "[email protected]"
@@ -1116,6 +1118,7 @@ on:
11161118
branches:
11171119
- main
11181120
- latest
1121+
11191122
permissions:
11201123
contents: write
11211124
@@ -1139,7 +1142,8 @@ jobs:
11391142
{"type":"docs","section":"Documentation","hidden":false},
11401143
{"type":"deps","section":"Dependencies","hidden":false},
11411144
{"type":"chore","hidden":true}
1142-
] - uses: actions/checkout@v3
1145+
]
1146+
- uses: actions/checkout@v3
11431147
- name: Setup git user
11441148
run: |
11451149
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)