Skip to content

Commit

Permalink
fix: debug semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Jun 30, 2024
1 parent 1b0074f commit d5692ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build
run: |
npm semantic-release --dry-run
npx semantic-release --dry-run
npm run build && cd dist && ls -la
- name: Release
Expand Down

0 comments on commit d5692ad

Please sign in to comment.