Skip to content

Commit

Permalink
KXI-33125: Point to correct env
Browse files Browse the repository at this point in the history
  • Loading branch information
cterry45 committed Jan 29, 2024
1 parent 129043e commit 50f399e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
manual-approve:
needs: release
environment:
name: approvers
name: manual-approval
runs-on: ubuntu-latest
steps:
- name: Manual Approve
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "kdb",
"description": "IDE support for kdb product suite",
"publisher": "KX",
"version": "9.2.0",
"version": "9.2.1",
"engines": {
"vscode": "^1.75.0"
},
Expand Down Expand Up @@ -658,7 +658,7 @@
"coverage": "tsc -p ./test && node ./out/test/runTest.js --coverage",
"package": "npx vsce package",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"publish": "npx vsce publish --yarn"
"publish": "npx vsce publish"
},
"prettier": {
"printWidth": 80,
Expand Down

0 comments on commit 50f399e

Please sign in to comment.