Skip to content

Commit

Permalink
include license in package
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisAMJ committed Oct 16, 2024
1 parent 7c561a4 commit b3a2650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Publish
env:
MARKETPLACE_ACCESS_TOKEN: ${{ secrets.MARKETPLACE_ACCESS_TOKEN }}
run: vsce publish --skip-license -p $MARKETPLACE_ACCESS_TOKEN
run: vsce publish -p $MARKETPLACE_ACCESS_TOKEN
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm install -g @vscode/vsce

- name: Build
run: vsce package -o p2tas.vsix --skip-license
run: vsce package -o p2tas.vsix

- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b3a2650

Please sign in to comment.