Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix publish workflow #21

Merged
merged 2 commits into from
Jan 7, 2024
Merged

Fix publish workflow #21

merged 2 commits into from
Jan 7, 2024

Conversation

jgarber623
Copy link
Owner

  • Fix package scope command
  • Bump version and update CHANGELOG

The migration to `@stylistic/stylelint-config` surfaced a flaw in the
GitHub Packages publish job. The `sed` command was too liberal and
replaced `@stylistic` with `@jgarber623` in the package file's
dependencies. That caused the `npm ci` command to fail as shown in the
logs below.

This change addresses that by updating the `sed` command.

See logs from failed publish run:

https://github.com/jgarber623/stylelint-config/actions/runs/7439726730/job/20239936874
@jgarber623 jgarber623 self-assigned this Jan 7, 2024
@jgarber623 jgarber623 merged commit e6dd693 into main Jan 7, 2024
3 checks passed
@jgarber623 jgarber623 deleted the fix-publish-workflow branch January 7, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant