Skip to content

Commit

Permalink
fix: remove rollup dependency (#300)
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribo Labrador <[email protected]>
  • Loading branch information
elribonazo authored Oct 4, 2024
1 parent 0ba226e commit ff6740e
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 @@ -61,5 +61,5 @@ jobs:
GIT_AUTHOR_NAME: ${{ steps.import_gpg.outputs.name }}
GIT_COMMITTER_NAME: ${{ steps.import_gpg.outputs.name }}
run: |
npm install && npm i @rollup/rollup-linux-x64-gnu
npm install
npx semantic-release -e ./release.config.js

1 comment on commit ff6740e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 76%
76.36% (3544/4641) 66.45% (1545/2325) 79.98% (855/1069)

Please sign in to comment.