Skip to content

Commit

Permalink
chore: Update github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Aug 20, 2023
1 parent 6dfb039 commit f833413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run all
- name: Release
if: github.ref_name == 'master'
if: github.ref_name == 'main'
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit f833413

Please sign in to comment.