Skip to content

Commit

Permalink
ci: fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
  • Loading branch information
inercia committed Dec 15, 2020
1 parent a622550 commit eb01299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git config --global user.name "Alvaro Saurin"
- name: Set release version
run: npm version --allow-same-version ${{ steps.info.outputs.SOURCE_TAG }}
run: npm version --no-git-tag-version --allow-same-version ${{ steps.info.outputs.SOURCE_TAG }}

- name: Publish package to VS Marketplace
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"scripts": {
"compile": "webpack --mode none",
"watch": "webpack --mode none --watch",
"test": "npm run compile && node ./node_modules/vscode/bin/test",
"test": "npm run compile",
"test-compile": "tsc -p ./",
"vscode:prepublish": "webpack --mode production",
"dist": "vsce package",
Expand Down

0 comments on commit eb01299

Please sign in to comment.