Skip to content

Commit

Permalink
remove lockfile step again
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Mar 21, 2024
1 parent 4a6da59 commit a7118c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
yarn workspace @apollo/experimental-nextjs-app-support exec npm pkg set "dependencies[@apollo/client-react-streaming]=${{ inputs.version }}" "version=${{ inputs.version }}"
yarn workspace @apollo/experimental-nextjs-app-support exec jq '{ version: .version, dependencies: .dependencies, peerDependencies: .peerDependencies }' package.json
- name: "Update lockfile"
run: YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install --mode=skip-build

- name: Commit changes back
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit a7118c0

Please # to comment.