Skip to content

Commit

Permalink
Updated release workflow (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanMad authored Jul 7, 2021
1 parent 4b14748 commit a58fc7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 'lts/fermium'
- name: Remove 'node_modules'
run: rm -rf node_modules
- name: Install Yarn
run: npm install --global yarn
- name: Install CI
run: rm -rf node_modules
- name: Configure CI
run: yarn install --frozen-lockfile
- name: Run Build
run: yarn build
- name: Run Tests
run: yarn test
- name: Release NPM Package
- name: Release Package
run: yarn run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a58fc7c

Please sign in to comment.