Skip to content

Commit

Permalink
disable automatic publishing for vscode (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvg authored Nov 6, 2023
1 parent 1c945df commit 949f56b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/vscode_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
with:
name: baml-out
path: typescript/vscode-ext/packages/vscode/out

- name: Get artifact
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -161,10 +161,10 @@ jobs:
run: pnpm install --frozen-lockfile
working-directory: typescript/

- name: Publish
run: |
pnpm run vscode:publish --pre-release --no-git-tag-version -p ${{ secrets.VSCODE_PAT }}
working-directory: typescript/vscode-ext/packages
# - name: Publish
# run: |
# pnpm run vscode:publish --pre-release --no-git-tag-version -p ${{ secrets.VSCODE_PAT }}
# working-directory: typescript/vscode-ext/packages

release:
permissions:
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
run: pnpm install --frozen-lockfile
working-directory: typescript/

- name: Publish
run: |
pnpm run vscode:publish --no-git-tag-version -p ${{ secrets.VSCODE_PAT }}
working-directory: typescript/vscode-ext/packages
# - name: Publish
# run: |
# pnpm run vscode:publish --no-git-tag-version -p ${{ secrets.VSCODE_PAT }}
# working-directory: typescript/vscode-ext/packages

0 comments on commit 949f56b

Please sign in to comment.