Skip to content

Commit

Permalink
no need to check dependencies now using pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Oct 7, 2024
1 parent 0cb7517 commit d7bfeb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ jobs:
registryUrl: https://marketplace.visualstudio.com
dryRun: ${{ github.event.inputs.private == 'true' || (github.ref != 'refs/heads/master' && github.event.inputs.release != 'true') }}
packagePath: editors/vscode
dependencies: false
- name: Publish to Open VSX Registry
continue-on-error: true
if: ${{ github.event.inputs.private != 'true' && (github.ref == 'refs/heads/master' || github.event.inputs.release == 'true') }}
Expand Down

0 comments on commit d7bfeb1

Please sign in to comment.