Skip to content

Commit 5b793ed

Browse files
committed
v0.2.6
1 parent dab8d63 commit 5b793ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
tag_name: ${{ github.ref }}
2929
release_name: Release ${{ github.ref }}
30-
draft: true
30+
draft: false
3131
prerelease: true
3232
- name: Upload Release Asset
3333
id: upload-release-asset

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-ni-python-dataplugins",
33
"displayName": "NI Python DataPlugins",
44
"description": "Create and export NI DataPlugins in Python",
5-
"version": "0.2.5",
5+
"version": "0.2.6",
66
"publisher": "NI",
77
"author": "National Instruments",
88
"license": "MIT",

0 commit comments

Comments
 (0)