Skip to content

Commit

Permalink
Adds publish to stable CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Nov 23, 2020
1 parent c95a1d9 commit ac10204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
run: yarn
- name: Package extension
run: yarn run pack
# - name: Publish Extension
# run: yarn vsce publish --yarn --packagePath ./${{ env.PACKAGE_NAME }}.vsix -p ${{ secrets.MARKETPLACE_PAT }}
- name: Publish Extension
run: yarn vsce publish --yarn --packagePath ./${{ env.PACKAGE_NAME }}.vsix -p ${{ secrets.MARKETPLACE_PAT }}
- name: Generate Changelog
id: changelog
uses: mindsers/changelog-reader-action@v2
Expand Down

0 comments on commit ac10204

Please sign in to comment.