Skip to content

Commit 0ee6e33

Browse files
committed
Add pre-release flag to packaging
According to HaaLeo/publish-vscode-extension#16 (comment) this is necessary to make sure the pre-release steps work correctly.
1 parent 58cc6a9 commit 0ee6e33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
pat: stub
2020
dryRun: true
21+
preRelease: ${{ github.event.action == 'prereleased' }}
2122
yarn: true
2223

2324
- name: Upload extension vsix to workflow artifacts

0 commit comments

Comments
 (0)