Skip to content

Commit

Permalink
chore: semantic-release update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris authored and Chris committed Jun 5, 2020
1 parent e75103b commit 90cc79a
Show file tree
Hide file tree
Showing 4 changed files with 4,364 additions and 128 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ jobs:
node-version: 12
- name: Install dependencies
run: npm install
- name: Package Extension
run: npm run package
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
run: npx semantic-release
- name: Publish
if: success()
run: npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
# - name: Publish
# if: success()
# run: npm run deploy
# env:
# VSCE_PAT: ${{ secrets.VSCE_PAT }}
1 change: 1 addition & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/npm",{"npmPublish":false}],
[
"@semantic-release/github",
{
Expand Down
Loading

0 comments on commit 90cc79a

Please sign in to comment.