diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-07 16:10:13 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-07 16:10:13 -0700 |
commit | 354a3f493074b1fb63ff4f206a94c35f05673e99 (patch) | |
tree | cb5584d95f435e4b2b87aa9aa550269f60cb28d5 /.github | |
parent | 5a76c61e298fc701a29807c17eaf46e1e76043bc (diff) | |
download | sncontinue-354a3f493074b1fb63ff4f206a94c35f05673e99.tar.gz sncontinue-354a3f493074b1fb63ff4f206a94c35f05673e99.tar.bz2 sncontinue-354a3f493074b1fb63ff4f206a94c35f05673e99.zip |
feat: :money_with_wings: free trial usage indicator
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6674d296..1c4fb4dc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -256,10 +256,10 @@ jobs: cd extension npm ci - # - name: Publish (Open VSX Registry) - # run: | - # cd extension - # npx ovsx publish -p ${{ secrets.VSX_REGISTRY_TOKEN }} --packagePath ./build/*.vsix + - name: Publish (Open VSX Registry) + run: | + cd extension + npx ovsx publish -p ${{ secrets.VSX_REGISTRY_TOKEN }} --packagePath ./build/*.vsix - name: Publish run: | |