We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1676af2 commit 73fae70Copy full SHA for 73fae70
.github/actions/setup-semantic-release/action.yml
@@ -10,9 +10,9 @@ runs:
10
key: ${{ runner.os }}-npm-${{ steps.setup_node.node-version }}
11
- shell: bash
12
run: |
13
- - npm i -g
14
- semantic-release
15
- @semantic-release/exec
16
- @semantic-release/git
17
- @semantic-release/changelog
+ npm i -g \
+ semantic-release \
+ @semantic-release/exec \
+ @semantic-release/git \
+ @semantic-release/changelog \
18
@google/semantic-release-replace-plugin
0 commit comments