Skip to content

Commit ec3c093

Browse files
authored
Merge pull request intersystems-community#797 from intersystems-community/fix-ci
fix releasing in ci
2 parents 9f8480f + 15a5573 commit ec3c093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
git add package.json
150150
git commit -m 'auto bump version with release'
151151
jq --arg version "$VERSION" '.version = $version' package.json > "$tmp" && mv "$tmp" package.json
152-
jq '.enableProposedApi = false' package.json > "$tmp" && mv "$tmp" package.json
152+
jq 'del(.enableProposedApi,.enabledApiProposals)' package.json > "$tmp" && mv "$tmp" package.json
153153
npm install
154154
git push
155155
- name: Build package

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-objectscript",
33
"displayName": "InterSystems ObjectScript",
44
"description": "InterSystems ObjectScript language support for Visual Studio Code",
5-
"version": "1.2.1-SNAPSHOT",
5+
"version": "1.1.2-SNAPSHOT",
66
"icon": "images/logo.png",
77
"aiKey": "9cd75d51-697c-406c-a929-2bcf46e97c64",
88
"categories": [

0 commit comments

Comments
 (0)