Skip to content

Fix publish workflow#888

Merged
Ryang-21 merged 2 commits intomasterfrom
fix-publish-workflow
Feb 27, 2026
Merged

Fix publish workflow#888
Ryang-21 merged 2 commits intomasterfrom
fix-publish-workflow

Conversation

@Ryang-21
Copy link
Contributor

No description provided.

@github-actions
Copy link

Size Change: 0 B

Total Size: 3.52 MB

ℹ️ View Unchanged
Filename Size
dist/stellar-base.js 2.6 MB
dist/stellar-base.min.js 920 kB

compressed-size-action

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes the npm publish workflow by updating it to support provenance publishing, a security feature that provides attestations about where and how packages are built and published. The changes upgrade npm to a specific version that supports provenance features and switch from using yarn publish to npm publish since yarn doesn't support the --provenance flag.

Changes:

  • Added a step to upgrade npm to version 11.5.1 for trusted publishing support
  • Changed the publish command from yarn publish to npm publish to enable provenance attestations

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Ryang-21 Ryang-21 merged commit 1b03f5b into master Feb 27, 2026
12 checks passed
@Ryang-21 Ryang-21 deleted the fix-publish-workflow branch February 27, 2026 18:23
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.

3 participants