Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added v8 version upgrade flow #69

Merged
merged 5 commits into from
Oct 24, 2023

Conversation

MeirShpilraien
Copy link
Contributor

The new flow is manually dispatch and will create a PR with the needed changes to update the default version.

if: ${{ env.V8_VERSION_CURRENT >= inputs.v8_version }}
run: |
echo new version ${{ inputs.v8_version }} is not greater then current version ${{ env.V8_VERSION_CURRENT }}
exit 1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can just do:

fail()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can I verified?

iddm
iddm previously approved these changes Oct 24, 2023
.github/workflows/update_version.yml Outdated Show resolved Hide resolved
build.rs Show resolved Hide resolved
@MeirShpilraien MeirShpilraien merged commit c8bb355 into master Oct 24, 2023
2 checks passed
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.

3 participants