Skip to content

Commit 740b1a2

Browse files
committed
swap to not auto prerelease
1 parent 4d4e947 commit 740b1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: softprops/action-gh-release@v1
5050
with:
5151
body: ${{ steps.query-release-info.outputs.release-notes }}
52-
prerelease: true
52+
prerelease: false
5353
files: '*.vsix'
5454

5555
- name: Publish extension to Visual Studio Marketplace

0 commit comments

Comments
 (0)