Skip to content

Commit

Permalink
add: add
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerimbery authored Oct 16, 2021
1 parent 3128878 commit 0e39a4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
echo "Setting package version $tag"
npm --no-git-tag-version version "$tag"
vsce package
- uses: EndBug/add-and-commit@v7
with:
message: 'Add vsix'
add: '*.vsix --force'
- name: Publish extension to marketplace
env:
AZURE_TOKEN: ${{ secrets.AZURE_TOKEN }}
Expand Down

0 comments on commit 0e39a4c

Please sign in to comment.