Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
salza80 committed Jul 15, 2024
1 parent 8aa42a8 commit cf4b77c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Test, lint, build
on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down Expand Up @@ -36,4 +39,4 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm install @semantic-release/changelog @semantic-release/git --ignore-scripts --no-save
npx semantic-release
npx semantic-release --dry-run

0 comments on commit cf4b77c

Please sign in to comment.