Skip to content

Commit af3f6ca

Browse files
gajendrajenaCopilot
andcommitted
ci: refactor workflows — ci on PRs, publish+deploy on merge to master
- ci.yml: runs tests + build on PRs only - publish.yml: runs on merge to master; ci → publish to npmjs.com, GitHub Packages, and GitHub Release (on v* tags) - deploy.yml: runs on merge to master; build → deploy to GitHub Pages - merge deploy and publish workflow - refactor ci and publish workflow Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3815590 commit af3f6ca

6 files changed

Lines changed: 9 additions & 55 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

dist/selectra.es.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/selectra.iife.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/selectra.umd.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"./css": "./dist/selectra.css"
1919
},
2020
"description": "Selectra — A powerful, extensible <select> UI control for tagging, contact lists, country selectors, and autocomplete. Built with Alpine.js and Tailwind CSS.",
21-
"version": "1.0.7",
21+
"version": "1.0.8",
2222
"author": "Brijesh Sajeev<mailtobrijesh2003@gmail.com>",
2323
"contributors": [
2424
"Gajendra Jena <gaju.mca@gmail.com>"

0 commit comments

Comments
 (0)