Skip to content

fix(npm): remove version tagging in publish workflow#131

Merged
KenLSM merged 1 commit intodevelopfrom
fix/remove-version-tagging
Nov 3, 2025
Merged

fix(npm): remove version tagging in publish workflow#131
KenLSM merged 1 commit intodevelopfrom
fix/remove-version-tagging

Conversation

@KenLSM
Copy link
Contributor

@KenLSM KenLSM commented Nov 3, 2025

Problem

CI fails when trying to publish due to duplicate tagging.
Our current release process bumps the version and pushes the tag so that changelogs can be well-formed.

However, the publish workflow assumes that only a version bump is done and creates a new tag from the current version. This causes the script to fail since the tag already exists.

Solution

Remove version tagging in publish workflow.

@KenLSM KenLSM changed the title remove version tagging in publish script fix(npm): remove version tagging in publish script Nov 3, 2025
@KenLSM KenLSM changed the title fix(npm): remove version tagging in publish script fix(npm): remove version tagging in publish workflow Nov 3, 2025
@KenLSM KenLSM merged commit fa50c88 into develop Nov 3, 2025
9 checks passed
@KenLSM KenLSM deleted the fix/remove-version-tagging branch November 3, 2025 07: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.

1 participant