Skip to content

Commit

Permalink
fix: Package includes dist output again (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
evrys authored Aug 2, 2024
1 parent 00f6917 commit 6ec7f40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures

- name: Build
run: npm run build
# semantic-release skips non-configured branches or pull-requests
- name: Release
env:
Expand Down
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",

[
"@semantic-release/github",
// Workaround for rate limit issue on github
Expand Down

0 comments on commit 6ec7f40

Please sign in to comment.