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 72b834d commit 810ff0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
CI: true

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

- name: Release
env:
Expand Down

0 comments on commit 810ff0a

Please sign in to comment.