Skip to content

Commit

Permalink
feat(ci): added GitHub Action for release
Browse files Browse the repository at this point in the history
GitHub Actions can now be used to trigger new releases.

fix #4
  • Loading branch information
ajitzero committed Jul 13, 2023
1 parent 3346f2c commit e2c021c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
run: npm ci --legacy-peer-deps
- name: Lint
run: npx nx run-many -t lint
- name: Test
run: npx nx run-many -t test --configuration=ci
# - name: Test
# run: npx nx run-many -t test --configuration=ci
- name: Release
run: npx semantic-release
env:
Expand Down

0 comments on commit e2c021c

Please sign in to comment.