Skip to content

Commit

Permalink
chore: fix ci + package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Sep 3, 2024
1 parent 98699d6 commit bba989d
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
# Fix the package-lock.json file
- name: Fix package-lock.json
run: npm install
# Push changes to GitHub (updated package.json,...)
- name: Push changes to GitHub
run: git push origin HEAD:main
58 changes: 58 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bba989d

Please sign in to comment.