Skip to content

Commit

Permalink
ci: checkout repo and setup node in the release job
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj authored and okonet committed Apr 5, 2020
1 parent 3c57d29 commit 12bf8de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
# Release using semantic-release.
# While this runs on all branches, it will only release latest from master
- uses: codfish/semantic-release-action@v1
Expand Down

0 comments on commit 12bf8de

Please sign in to comment.