Skip to content

Commit

Permalink
fix: Solving errors for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasOmar committed Jan 17, 2025
1 parent 81fc133 commit 4b082b5
Show file tree
Hide file tree
Showing 7 changed files with 13,523 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: latest
- name: 3/4 | Install dependencies
run: npm ci
run: npm cu
- name: 4/4 | Run Semantic Release script
run: npm run semantic-release
env:
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# specific files
package-lock.json
**/package-lock.json
Loading

0 comments on commit 4b082b5

Please sign in to comment.