Skip to content

Commit 66f49d6

Browse files
Merge pull request #142 from Power-Maverick/main
v.2.1.9
2 parents 77e2c9d + dbad453 commit 66f49d6

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

.github/workflows/release.yml

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
name: Release
22
on:
3-
push:
4-
branches:
5-
- release
6-
workflow_dispatch:
3+
push:
4+
branches:
5+
- release
6+
workflow_dispatch:
77

88
jobs:
9-
deploy:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
14-
with:
15-
node-version: 14.x
16-
- run: npm ci
17-
- name: Publish
18-
uses: HaaLeo/publish-vscode-extension@v0
19-
with:
20-
pat: ${{ secrets.VSCE_PAT }}
21-
registryUrl: https://marketplace.visualstudio.com
9+
deploy:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: actions/setup-node@v1
14+
with:
15+
node-version: 14.x
16+
- name: Run Build
17+
run: |
18+
npm install
19+
npm ci
20+
npm run compile
21+
- name: Publish
22+
uses: HaaLeo/publish-vscode-extension@v0
23+
with:
24+
pat: ${{ secrets.VSCE_PAT }}
25+
registryUrl: https://marketplace.visualstudio.com

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Dataverse DevTools",
44
"description": "The all-in-one tool to develop code for Dataverse/Dynamics 365. Helps you connect to a Dataverse environment, generate TypeScript definitions for entities, create different type of Dataverse-specific projects and much more.",
55
"publisher": "danish-naglekar",
6-
"version": "2.1.8",
6+
"version": "2.1.9",
77
"engines": {
88
"vscode": "^1.58.0"
99
},

0 commit comments

Comments
 (0)