Skip to content

Commit

Permalink
workflows/publish-to-marketplace: try again to fix publish.
Browse files Browse the repository at this point in the history
It might have been a problem to download before checkout.
  • Loading branch information
bsilverthorn committed Aug 15, 2023
1 parent 251e953 commit 1b57a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ jobs:
runs-on: ubuntu-latest
needs: build-packages
steps:
- uses: actions/download-artifact@v3
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version-file: '.tool-versions'
- run: npm install --include=dev
- run: ./node_modules/@vscode/vsce/vsce publish --packagePath $(find . -iname *.vsix)
- uses: actions/download-artifact@v3
- run: "./node_modules/@vscode/vsce/vsce publish --packagePath */*.vsix"
env:
VSCE_PAT: ${{ secrets.AZURE_DEVOPS_ACCESS_TOKEN }}

0 comments on commit 1b57a44

Please sign in to comment.