Skip to content

Commit

Permalink
Merge pull request #32 from pj8/publish-test1
Browse files Browse the repository at this point in the history
Change -version => -release_version
  • Loading branch information
yuki777 authored Sep 27, 2021
2 parents a824f58 + 9507be2 commit d6e8eb2
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 @@ -30,6 +30,6 @@ jobs:
- name: Publish
#if: success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
run: npm run deploy -version=${{ env.RELEASE_VERSION }}
run: npm run deploy -release_version=${{ env.RELEASE_VERSION }}
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"lint": "eslint src --ext ts",
"lint:fix": "eslint --fix src --ext ts",
"test": "node ./out/test/runTest.js",
"deploy": "vsce publish --no-yarn ${npm_config_version}"
"deploy": "vsce publish --no-yarn ${npm_config_release_version}"
},
"devDependencies": {
"@types/glob": "^7.1.3",
Expand Down

0 comments on commit d6e8eb2

Please sign in to comment.