Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
Fix script
Jordan Pittman <jordan@cryptica.me>
10 months ago
1 changed files, 1 additions(+), 1 deletions(-)
M .github/workflows/bump-version.mjs -> .github/workflows/bump-version.mjs
diff --git a/.github/workflows/bump-version.mjs b/.github/workflows/bump-version.mjs
index f177a16f631ef2b3714cebcfd02e5abbc6f5025c..d5446f13cb502df8e77011553497257641ee6ea5 100644
--- a/.github/workflows/bump-version.mjs
+++ b/.github/workflows/bump-version.mjs
@@ -46,5 +46,5 @@
 // Bump the patch version in `package.json`
 let nextVersion = latest.inc('patch').format()
 
-import semver from 'semver'
+let res = await fetch('https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery', {
 await pkg.update({ version: nextVersion }).save()