Dev#5
Merged
Merged
Conversation
Check current package.json version before updating to avoid unnecessary npm version commands when the version is already set to the target value. This prevents potential errors and makes the workflow more resilient to re-runs.
Replace automatic version updates with strict verification in publish workflow. The workflow now fails if package.json or setup.py versions don't match version.json, instead of auto-correcting them. This ensures version-check.yml catches mismatches before publish runs, maintaining version consistency across the project. Changes: - Rename steps to "Verify" instead of "Update/Check and update" - Add version output logging for debugging - Exit with error on version mismatch instead of updating - Remove npm version and sed update commands
Deploying devpossible-ton with
|
| Latest commit: |
520926a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2722bc8c.devpossible-ton.pages.dev |
| Branch Preview URL: | https://dev.devpossible-ton.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.