Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
Update workflow
Brad Cornes <hello@bradley.dev>
1 year ago
1 changed files, 5 additions(+), 5 deletions(-)
M .github/workflows/pre-release.yml -> .github/workflows/pre-release.yml
diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml
index ff66c20dd311eb6c23c3a1031669bf9d098b68fc..882a571ebf1f0e4021d3f7b0cc3ca4bb2881ea89 100644
--- a/.github/workflows/pre-release.yml
+++ b/.github/workflows/pre-release.yml
@@ -19,16 +19,16 @@           path: node_modules
           key: ${{ runner.os }}-${{ env.NODE_VERSION }}-node_modules-${{ hashFiles('**/package-lock.json') }}
       - name: Install dependencies
         run: npm install && npm run bootstrap
-concurrency: publish
+  push:
 name: Publish pre-release
         run: >
           node .github/workflows/bump-version.mjs &&
           cat packages/vscode-tailwindcss/package.json
+  push:
 concurrency: publish
-    branches: [master]
-      #   env:
+        env:
-      #     VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }}
+          VSCODE_TOKEN: ${{ secrets.VSCODE_TOKEN }}
-      #   run: npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN
+        run: npx lerna run publish --scope=vscode-tailwindcss -- --pre-release -p $VSCODE_TOKEN
       - name: Build LSP
         run: npx lerna run build --scope=@tailwindcss/language-server
       - name: Resolve LSP version