Skip to content

Commit

Permalink
Merge pull request #76 from pullflow/fix/readable-stream-error
Browse files Browse the repository at this point in the history
Fix: Readable stream error during publish
  • Loading branch information
srzainab authored Nov 7, 2024
2 parents bd085ad + c7d68ea commit 9db3741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Node version
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18

- uses: actions/checkout@v2

Expand All @@ -32,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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "Pullflow",
"displayName": "Pullflow",
"description": "Code review collaboration across GitHub, Slack, and VS Code.",
"version": "3.0.0",
"version": "6.0.1",
"preview": true,
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 9db3741

Please sign in to comment.