mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
VScode: add LICENSE.txt before publication
This commit is contained in:
parent
830f9fc84a
commit
6322e5c001
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -13,6 +13,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish VS Code extension
|
||||
working-directory: syntax_highlighting/vscode
|
||||
run: npx vsce publish
|
||||
run: ln -s ../../LICENSE.txt . && npx vsce publish
|
||||
env:
|
||||
VSCE_PAT: ${{ secrets.VSCE_PAT }}
|
||||
|
Loading…
Reference in New Issue
Block a user