Skip to content

Commit

Permalink
fix: broken 0.1.24 and 0.1.25 builds + release musl binary
Browse files Browse the repository at this point in the history
fixes:

Published tekumara.typos-vscode (linux-x64) v0.1.25.
Publishing 'tekumara.typos-vscode (linux-x64) v0.1.25'...
Error: tekumara.typos-vscode (linux-x64) v0.1.25 already exists.
  • Loading branch information
tekumara committed Sep 23, 2024
1 parent dff8460 commit d2aafdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- run: cargo build --target ${{ matrix.target }} --release
- run: npm ci
- name: vsce package
# don't make a musl vsix package, because we can only publish a single
# linux-x64 package
if: matrix.target != 'x86_64-unknown-linux-musl'
# use bash on windows
shell: bash
run: |
Expand Down

0 comments on commit d2aafdc

Please sign in to comment.