diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 22:47:17 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 22:47:17 -0700 |
commit | 582d8d06d3f97609ef02f7aedabd6dd027b05b3c (patch) | |
tree | 02268d084d4dd3dd4120d2912fc1da8499150af9 /.github/workflows | |
parent | f5f9d7712323756e6f94b8ee1d1c9f0c8f0be57b (diff) | |
download | sncontinue-582d8d06d3f97609ef02f7aedabd6dd027b05b3c.tar.gz sncontinue-582d8d06d3f97609ef02f7aedabd6dd027b05b3c.tar.bz2 sncontinue-582d8d06d3f97609ef02f7aedabd6dd027b05b3c.zip |
npx vsce
Diffstat (limited to '.github/workflows')
-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 5f2571ab..0d51d0c0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -107,7 +107,7 @@ jobs: run: | cd extension npm run package - vsce publish patch -p ${{ secrets.VSCE_TOKEN }} + npx vsce publish patch -p ${{ secrets.VSCE_TOKEN }} - name: Commit changes run: | |