Skip to content

Commit

Permalink
fixed naming conventions and removed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
srzainab committed Nov 7, 2024
1 parent 5fde0ee commit c7d68ea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish to VS Code Marketplace
on:
push:
branches: [main, fix/readable-stream-error]
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -22,9 +22,6 @@ jobs:
envkey_PULLFLOW_APP_URL: https://app.pullflow.com
envkey_PULLFLOW_TELEMETRY_URL: https://collector.pullflow.cloud

- name: Install polyfill for ReadableStream
run: npm install readable-stream

- name: Build, compile and test
run: |
yarn
Expand All @@ -35,4 +32,4 @@ jobs:
- name: publish
run: |
yarn global add vsce
vsce publish -p ${{ secrets.VSCE_ACCESS_TOKEN_TEMPORARY }}
vsce publish -p ${{ secrets.VSCE_ACCESS_TOKEN }}

0 comments on commit c7d68ea

Please sign in to comment.