diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-10 23:25:12 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-10 23:25:12 -0700 |
commit | d8327ec6f82058479bd294bfcdccaf3c2b54de0a (patch) | |
tree | 9f4a9e84746168dd91d1337b3563a87241c47438 /.github | |
parent | 27c0a403de28345cd03c39ad46c02f68ff57b3a1 (diff) | |
download | sncontinue-d8327ec6f82058479bd294bfcdccaf3c2b54de0a.tar.gz sncontinue-d8327ec6f82058479bd294bfcdccaf3c2b54de0a.tar.bz2 sncontinue-d8327ec6f82058479bd294bfcdccaf3c2b54de0a.zip |
fix: :green_heart: remove "patch" from vsce publish command
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ddfe9288..a114c7c9 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -183,7 +183,7 @@ jobs: - name: Publish run: | cd extension - npx vsce publish patch -p ${{ secrets.VSCE_TOKEN }} --packagePath ./build/*.vsix + npx vsce publish -p ${{ secrets.VSCE_TOKEN }} --packagePath ./build/*.vsix - name: Commit changes run: | |