Skip to content

fix: enhance publish workflow to validate package.json version against release tags#25

Merged
usrrname merged 1 commit intomainfrom
ci/fix-publish-on-release-merge
Jun 23, 2025
Merged

fix: enhance publish workflow to validate package.json version against release tags#25
usrrname merged 1 commit intomainfrom
ci/fix-publish-on-release-merge

Conversation

@usrrname
Copy link
Copy Markdown
Owner

@usrrname usrrname commented Jun 23, 2025

  • Updated the GitHub Actions workflow to check if the package.json version matches the version from the release tag before updating it.
  • Added conditional logic to skip version updates if the versions match, improving efficiency in the release process.
  • Ensured the workflow triggers on both release events and merged pull requests to the main branch.

Changes fix: enhance publish workflow to validate package.json version agains……t release tags

  • Updated the GitHub Actions workflow to check if the package.json version matches the version from the release tag before updating it.
  • Added conditional logic to skip version updates if the versions match, improving efficiency in the release process.
  • Ensured the workflow triggers on both release events and merged pull requests to the main branch.

…t release tags

- Updated the GitHub Actions workflow to check if the package.json version matches the version from the release tag before updating it.
- Added conditional logic to skip version updates if the versions match, improving efficiency in the release process.
- Ensured the workflow triggers on both release events and merged pull requests to the main branch.
@usrrname usrrname merged commit 1db3ea9 into main Jun 23, 2025
6 checks passed
@usrrname usrrname deleted the ci/fix-publish-on-release-merge branch June 23, 2025 02:14
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