Skip to content

Fix Snapit action pin#7810

Draft
gonzaloriestra wants to merge 1 commit into
mainfrom
fix-snapit-action-sha
Draft

Fix Snapit action pin#7810
gonzaloriestra wants to merge 1 commit into
mainfrom
fix-snapit-action-sha

Conversation

@gonzaloriestra

Copy link
Copy Markdown
Contributor

What

Updates the Release workflow Snapit action pin to Shopify/snapit@2a7ca29133cfeb2c8703654d54bc6dbc565caa69.

Why

The /snapit issue-comment workflow reads .github/workflows/release.yml from main. main still points at the older Snapit commit, whose bundled action runs changeset publish --no-git-tags --snapshot --tag snapshot. Current @changesets/cli rejects those publish flags.

The new Snapit commit removes the deprecated publish flags and uses changeset publish --no-git-tag --tag snapshot.

Test

  • Verified the target Snapit commit bundle contains the new publish flags.
  • Not run: workflow-only change.

@github-actions github-actions Bot added the no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. label Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant