Skip to content

Commit

Permalink
fix: add distinct workflow step for semantic-release install
Browse files Browse the repository at this point in the history
  • Loading branch information
igboyes committed Oct 12, 2021
1 parent 064cd6b commit 9fbfabb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup semantic-release
- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install semantic-release
run: npm i semantic-release@v18.0.0
- name: Release
env:
Expand Down

0 comments on commit 9fbfabb

Please sign in to comment.