Skip to content

Commit

Permalink
ci: 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Nov 8, 2024
1 parent d248bc2 commit 60b98c2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ jobs:
runs-on: ubuntu-latest
needs: build
if: success() && startsWith( github.ref, 'refs/tags/')
# steps:
# - uses: actions/download-artifact@v4
# - run: |
# if [[ "${{ github.event.head_commit.message }}" == *"-pre"* ]]; then
# npx vsce publish --pre-release --packagePath $(find . -iname *.vsix)
# else
# npx vsce publish --packagePath $(find . -iname *.vsix)
# fi
# env:
# VSCE_PAT: ${{ secrets.VSCE_PAT }}
steps:
- uses: actions/download-artifact@v4
- run: |
# if [[ "${{ github.event.head_commit.message }}" == *"-pre"* ]]; then
# npx vsce publish --pre-release --packagePath $(find . -iname *.vsix)
# else
# npx vsce publish --packagePath $(find . -iname *.vsix)
# fi
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit 60b98c2

Please sign in to comment.