Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xingsy97 committed Dec 2, 2023
1 parent ec6faba commit c7a0b13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Run Package Script
- name: Run npm build
run: npm run build

- name: Run npm package
run: npm run package

- name: Extract Version from package.json
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-azurewebpubsub",
"displayName": "Azure Web PubSub",
"description": "%azureWebPubSub.common.description%",
"version": "0.0.1",
"version": "0.0.1-beta.1",
"publisher": "ms-azuretools",
"icon": "resources/azure-web-pubsub.png",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
Expand Down

0 comments on commit c7a0b13

Please sign in to comment.