Skip to content

Commit

Permalink
WIP: DEBUG CI
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Apr 17, 2024
1 parent 50e4e4b commit e960db9
Showing 1 changed file with 21 additions and 31 deletions.
52 changes: 21 additions & 31 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,42 +143,32 @@ jobs:
with:
node-version: '14'

- name: Install dependencies
run: npm install
- name: Publish to VSCode Marketplace
run: cd VSCode/scriptsync
- uses: lannonbr/[email protected]
with:
args: "publish -p $VSCE_TOKEN"
env:
VSCE_TOKEN: ${{ secrets.AZURE_OP_TOKEN }}

# - name: Install VSCE
# run: npm install -g vsce
- name: Install VSCE
run: npm install -g vsce

# - name: Install TypeScript
# run: npm install -g typescript
- name: Install TypeScript
run: npm install -g typescript

# - name: Install dependencies
# run: |
# npm install
# npm install @types/vscode
# npm install @types/jest --save-dev
- name: Install dependencies
run: |
npm install
npm install @types/vscode
npm install @types/jest --save-dev
# - name: Download artifact
# uses: actions/download-artifact@v2
# with:
# name: script-sync
# path: VSCode\scriptsync
- name: Download artifact
uses: actions/download-artifact@v2
with:
name: script-sync
path: VSCode\scriptsync

# - name: Publish to VSCode Marketplace
# run: |
# vsce publish -p ${{ secrets.AZURE_OP_TOKEN }}
# working-directory: VSCode\scriptsync
- name: Publish to VSCode Marketplace
run: |
vsce publish -p ${{ secrets.AZURE_OP_TOKEN }}
working-directory: VSCode\scriptsync

# - name: Verify the VSCode Marketplace package
# run: |
# vsce show ibois-epfl.script-sync
- name: Verify the VSCode Marketplace package
run: |
vsce show ibois-epfl.script-sync

0 comments on commit e960db9

Please sign in to comment.