Skip to content

Commit

Permalink
disable locally published / successfully published versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRentzCAU committed Jul 25, 2022
1 parent caaefeb commit 292b034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
OVSX_PAT: ${{ secrets.OVSX_PAT }}
- name: Publish klighd-interactive
run: yarn publish
working-directory: ./packages/klighd-interactive
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Publish klighd-core
run: yarn publish
working-directory: ./packages/klighd-core
Expand Down
2 changes: 1 addition & 1 deletion applications/klighd-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"watch": "webpack --watch --mode development --devtool eval-source-map",
"package": "vsce package --yarn --baseImagesUrl https://github.com/kieler/klighd-vscode/raw/HEAD/applications/klighd-vscode -o klighd-vscode.vsix",
"predistribute": "yarn run package",
"distribute": "yarn run distribute:ovsx",
"distribute": "cd .",
"distribute:vsce": "vsce publish --yarn --packagePath klighd-vscode.vsix",
"distribute:ovsx": "ovsx publish --yarn klighd-vscode.vsix"
},
Expand Down

0 comments on commit 292b034

Please sign in to comment.