Skip to content

Commit

Permalink
feat: install and build in ci before release
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptammergard committed Apr 17, 2021
1 parent c3cf126 commit 3664147
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
- name: Make
run: make

- name: Upload lib artifact
uses: actions/upload-artifact@v2
with:
name: lib
path: lib

release:
needs: make
runs-on: ubuntu-latest
Expand All @@ -37,12 +31,13 @@ jobs:
uses: actions/[email protected]
with:
node-version: 12

- name: Install dependencies
run: make install-deps

- name: Download lib arcitact
uses: actions/download-artifact@v2
with:
name: lib

- name: Build
run: make build

- name: Run semantic-release
run: make semantic-release
env:
Expand Down

0 comments on commit 3664147

Please sign in to comment.