chore(ci): remove publish.yml — marquis is not on JSR - #10
Merged
Conversation
The publish workflow was added in #4 on the assumption marquis would publish to JSR like tedasuke. Two facts that emerged after merge: 1. @esolia/marquis was never created on JSR (the v0.3.4 release tag fired publish.yml and it failed: 'Following packages don't exist'). 2. The intended consumer (Periodic) has migrated off Deno entirely onto Cloudflare Workers and uses bits-ui for components, so there is no live consumer of marquis through any channel today. Marquis is parked code; the GitHub releases (currently v0.3.4) are sufficient version markers. No publish target needed. CI and security workflows remain — they prevent bitrot if/when marquis gets revived as a UI option for non-SvelteKit Workers apps. InfoSec: no security impact — workflow removal only. Security scanning (trivy/gitleaks/semgrep/syft via vendored secrets-and-sast workflow) unaffected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the publish workflow added in #4. Two facts emerged after that PR merged:
@esolia/marquiswas never created on JSR. The v0.3.4 tag firedpublish.ymland it failed with "Following packages don't exist, follow the links and create them".The GitHub releases (currently v0.3.4) are sufficient version markers for if/when marquis gets revived. CI and security workflows remain so the repo doesn't bitrot.
Test plan
InfoSec: no security impact — workflow removal only. Security scanning unaffected.