Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Aug 29, 2024
1 parent a286ede commit d0466d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

# temporary workaround until npm publish is replaced with bun publish
# - name: Install VS Code Extension Dependencies
# run: cd storage/framework/ide/vscode && npm install && cd ../../../../
- name: Install VS Code Extension Dependencies
run: cd storage/framework/ide/vscode && npm install && cd ../../../../

# TODO: remove npm once bun publish is available
# - name: Publish VS Code Extension
# run: cd storage/framework/ide/vscode && npm run release && cd ../../../../
# env:
# VSCE_PAT: ${{ secrets.VSCE_PAT }}
- name: Publish VS Code Extension
run: cd storage/framework/ide/vscode && npm run release && cd ../../../../
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

- name: Create GitHub Release
run: bunx changelogithub
Expand Down

0 comments on commit d0466d1

Please sign in to comment.