Skip to content

Commit 73fae70

Browse files
committed
ci(github/setup-semantic-release): fix format of multiline command
1 parent 1676af2 commit 73fae70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/actions/setup-semantic-release/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ runs:
1010
key: ${{ runner.os }}-npm-${{ steps.setup_node.node-version }}
1111
- shell: bash
1212
run: |
13-
- npm i -g
14-
semantic-release
15-
@semantic-release/exec
16-
@semantic-release/git
17-
@semantic-release/changelog
13+
npm i -g \
14+
semantic-release \
15+
@semantic-release/exec \
16+
@semantic-release/git \
17+
@semantic-release/changelog \
1818
@google/semantic-release-replace-plugin

0 commit comments

Comments
 (0)