We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab8d63 commit 5b793edCopy full SHA for 5b793ed
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
tag_name: ${{ github.ref }}
29
release_name: Release ${{ github.ref }}
30
- draft: true
+ draft: false
31
prerelease: true
32
- name: Upload Release Asset
33
id: upload-release-asset
package.json
@@ -2,7 +2,7 @@
2
"name": "vscode-ni-python-dataplugins",
3
"displayName": "NI Python DataPlugins",
4
"description": "Create and export NI DataPlugins in Python",
5
- "version": "0.2.5",
+ "version": "0.2.6",
6
"publisher": "NI",
7
"author": "National Instruments",
8
"license": "MIT",
0 commit comments