Skip to content

Commit

Permalink
no package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
RomKadria committed Mar 21, 2024
1 parent b5cbdfb commit 3eb0902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_api_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git config user.email "[email protected]"
git add .
git reset HEAD -- package-lock.json
npm version patch --no-git-tag-version
npm version patch --no-git-tag-version --no-package-lock
git add .
git commit -m "Automate version update"
git push origin HEAD:versions-update-${{ github.sha }}
Expand Down

0 comments on commit 3eb0902

Please sign in to comment.