Skip to content

Commit

Permalink
ci: fix pnpm install change lockfile during ci (#216)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas.J.Han <[email protected]>
  • Loading branch information
lukasjhan authored Apr 25, 2024
1 parent d725cac commit 5a6db52
Show file tree
Hide file tree
Showing 3 changed files with 3,999 additions and 3,344 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-test-publish-on-push-cached.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,6 @@ jobs:
echo "registry=https://registry.npmjs.org/" >> .npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
npm whoami
#we only need this to debug the ci
- name: Show diff
run: |
git status
git diff
- name: 'Publish next version'
run: pnpm publish:next
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,6 @@ jobs:
echo "registry=https://registry.npmjs.org/" >> .npmrc
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
npm whoami
#we only need this to debug the ci
- name: Show diff
run: |
git status
git diff
- name: 'Publish latest version'
run: pnpm publish:latest
Loading

0 comments on commit 5a6db52

Please sign in to comment.