Skip to content

Commit

Permalink
build: prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Sep 4, 2024
1 parent 533e74a commit be94bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
TARGET: ${{ matrix.rust_target }}
- shell: pwsh
run: echo "target=${{ matrix.platform }}-${{ matrix.arch }}" >> $env:GITHUB_ENV
- run: npx vsce package --target ${{ env.target }}
- run: npx vsce package --pre-release --target ${{ env.target }}
- uses: actions/upload-artifact@v2
with:
name: ${{ env.target }}
Expand All @@ -82,6 +82,6 @@ jobs:
if: success() && startsWith( github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v2
- run: npx vsce publish --packagePath $(find . -iname *.vsix)
- run: npx vsce publish --pre-release --packagePath $(find . -iname *.vsix)
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 comments on commit be94bb1

Please sign in to comment.