Skip to content

Commit afd1def

Browse files
committed
Release 2.2.0
Signed-off-by: Nikolay Blagoev <[email protected]>
1 parent d6999bf commit afd1def

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: .github/workflows/draft-release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
build_release:
88
name: Build and Release
99
runs-on: ubuntu-latest
10-
needs: check
1110
env:
1211
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1312
steps:
@@ -27,7 +26,7 @@ jobs:
2726
id: version_step
2827
run: |
2928
PACKAGE_VERSION=$(node -p "require('./package.json').version")
30-
echo "::set-output name=version::${VERSION_STRING}"
29+
echo "::set-output name=version::${PACKAGE_VERSION}"
3130
3231
- name: Install dependencies
3332
run: "yarn install --frozen-lockfile"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "vrealize-developer-tools",
44
"displayName": "vRealize Developer Tools",
55
"description": "Provides code intelligence features and enables a more developer-friendly experience when creating VMware vRealize Orchestrator and VMware vRealize Automation content.",
6-
"version": "2.1.6",
6+
"version": "2.2.0",
77
"publisher": "vmware-pscoe",
88
"license": "MIT",
99
"homepage": "https://github.com/vmware/vrealize-developer-tools",

0 commit comments

Comments
 (0)