Skip to content

Commit

Permalink
fix(ci): run build before release (#46)
Browse files Browse the repository at this point in the history
fixes #45
  • Loading branch information
mirceanis authored May 11, 2022
1 parent d5ce663 commit 50c58da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}

- run: yarn install --frozen-lockfile
- run: yarn run build
- run: yarn run test:ci
- run: yarn run lint

- name: setup git coordinates
run: |
git config user.name ${{secrets.GH_USER}}
git config user.email ${{secrets.GH_EMAIL}}
- name: Run semantic-release
env:
GH_TOKEN: ${{secrets.GH_TOKEN}}
Expand Down

0 comments on commit 50c58da

Please sign in to comment.