Skip to content

Commit

Permalink
Show more about the file system
Browse files Browse the repository at this point in the history
  • Loading branch information
parno committed Dec 2, 2024
1 parent 2e53621 commit 0c3b963
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,12 @@ jobs:
if: (github.ref == 'refs/heads/release' || github.ref == 'refs/heads/infra') && github.repository == 'verus-lang/verus-analyzer'
working-directory: ./editors/code
# token from https://dev.azure.com/verus-analyzer/
run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/verus-analyzer-*.vsix
run:
ls
ls ../
ls ../../
ls ../../dist
npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --packagePath ../../dist/verus-analyzer-*.vsix

# - name: Publish Extension (OpenVSX, release)
# if: github.ref == 'refs/heads/release' && github.repository == 'verus-analyzer/verus-analyzer'
Expand Down

0 comments on commit 0c3b963

Please sign in to comment.