Skip to content

Commit

Permalink
feat: trying pre-release (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellebore authored Jan 14, 2025
1 parent 872e2dc commit 591c3d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
- name: Update version number
run: yarn run bump ${{ github.event.inputs.version }}

# TODO: Make this release not pre-release once tested.
- name: Package VSCode extension
run: yarn run vsce package --target ${{matrix.target}}
run: yarn run vsce package --target ${{matrix.target}} --pre-release

- name: Rename packaged VSIX file
run: mv sourcery-*.vsix sourcery-${{ github.event.inputs.version }}-${{ matrix.target }}.vsix
Expand Down

0 comments on commit 591c3d8

Please sign in to comment.