Skip to content

Commit

Permalink
ci: create pre-release first
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Nov 9, 2024
1 parent 6088bc1 commit e280399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ jobs:
# package the alpine-x64 target with the musl binary
if: matrix.target == 'x86_64-unknown-linux-musl'
shell: bash
run: |
npx vsce package -o dist/ --target alpine-x64
run: npx vsce package -o dist/ --target alpine-x64
- name: Archive
shell: bash
run: |
Expand Down Expand Up @@ -136,6 +135,9 @@ jobs:
- name: Upload to GH release
uses: softprops/action-gh-release@v2
with:
# unset the prerelease flag and make it the latest release
prerelease: false
make_latest: true
files: dist/**/*
- name: Start sshx session on failed manual attempt
if: ${{ failure() && (github.event_name == 'workflow_dispatch' || github.run_attempt > 1) }}
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"prerelease": true,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": false,
Expand Down

0 comments on commit e280399

Please sign in to comment.