Skip to content

CI: Set tag during publish process#33617

Merged
alexslavr merged 2 commits into
26_1from
lavrov/set-tag-on-publish
May 19, 2026
Merged

CI: Set tag during publish process#33617
alexslavr merged 2 commits into
26_1from
lavrov/set-tag-on-publish

Conversation

@alexslavr
Copy link
Copy Markdown
Contributor

No description provided.

@alexslavr alexslavr self-assigned this May 18, 2026
Copilot AI review requested due to automatic review settings May 18, 2026 13:09
@alexslavr alexslavr requested a review from a team as a code owner May 18, 2026 13:09
@alexslavr alexslavr added the 26_1 label May 18, 2026
Copy link
Copy Markdown
Contributor

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

Updates the GitHub Packages publishing workflow to set the npm dist-tag as part of the pnpm publish command, instead of publishing first and then moving tags via separate pnpm dist-tag add steps.

Changes:

  • Removes MOVE_DAILY_TAG / MOVE_STABLE_TAG env flags and the corresponding “Move tag” steps.
  • Publishes packages using pnpm publish --tag $PACKAGE_VERSION_MAJOR-${{ inputs.tag }} to apply the intended dist-tag during publish.

Comment thread .github/workflows/packages_publishing.yml
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@alexslavr alexslavr merged commit 312163a into 26_1 May 19, 2026
119 checks passed
@alexslavr alexslavr deleted the lavrov/set-tag-on-publish branch May 19, 2026 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants