Skip to content

Commit

Permalink
Deployment to Marketplace added
Browse files Browse the repository at this point in the history
  • Loading branch information
megel committed Jan 31, 2021
1 parent 1567d03 commit bc72a29
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ on:
- 'CHANGELOG.md'

jobs:
build:
name: Build
runs-on: ubuntu-latest
# build:
# name: Build
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
- name: Bump version and push tag
uses: TriPSs/conventional-changelog-action@master
with:
github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
git-message: 'chore(release): {version}'
preset: 'angular'
tag-prefix: ''
output-file: 'CHANGELOG.md'
# steps:
# - uses: actions/checkout@v2
# with:
# token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
# - name: Bump version and push tag
# uses: TriPSs/conventional-changelog-action@master
# with:
# github-token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
# git-message: 'chore(release): {version}'
# preset: 'angular'
# tag-prefix: ''
# output-file: 'CHANGELOG.md'

test:
name: Test
needs: build
# needs: build
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
Expand Down Expand Up @@ -63,9 +63,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
# - name: Vscode release plugin
# uses: JCofman/vscodeaction@master
# env:
# PUBLISHER_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
# with:
# args: publish -p $PUBLISHER_TOKEN
- name: Vscode release plugin
uses: JCofman/vscodeaction@master
env:
PUBLISHER_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
with:
args: publish -p $PUBLISHER_TOKEN

0 comments on commit bc72a29

Please sign in to comment.