Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Blagoev <[email protected]>
  • Loading branch information
nblagoev committed Aug 10, 2020
1 parent d6999bf commit afd1def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
build_release:
name: Build and Release
runs-on: ubuntu-latest
needs: check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -27,7 +26,7 @@ jobs:
id: version_step
run: |
PACKAGE_VERSION=$(node -p "require('./package.json').version")
echo "::set-output name=version::${VERSION_STRING}"
echo "::set-output name=version::${PACKAGE_VERSION}"
- name: Install dependencies
run: "yarn install --frozen-lockfile"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "vrealize-developer-tools",
"displayName": "vRealize Developer Tools",
"description": "Provides code intelligence features and enables a more developer-friendly experience when creating VMware vRealize Orchestrator and VMware vRealize Automation content.",
"version": "2.1.6",
"version": "2.2.0",
"publisher": "vmware-pscoe",
"license": "MIT",
"homepage": "https://github.com/vmware/vrealize-developer-tools",
Expand Down

0 comments on commit afd1def

Please sign in to comment.