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

refactor the publish job #181

Merged
merged 2 commits into from
Jun 25, 2024
Merged

refactor the publish job #181

merged 2 commits into from
Jun 25, 2024

Conversation

compojoom
Copy link
Collaborator

No description provided.

@compojoom compojoom requested a review from katspaugh June 25, 2024 09:44
@compojoom compojoom merged commit 7e4cb8b into main Jun 25, 2024
4 checks passed
@compojoom compojoom deleted the publish-github branch June 25, 2024 09:55
if [ $NEW_VERSION != $OLD_VERSION ]; then
echo "OLD_VERSION=$OLD_VERSION" >> $GITHUB_ENV
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
if [ "$NEW_VERSION" != "$OLD_VERSION" ]; then
echo "New version $NEW_VERSION detected"
echo "version=$NEW_VERSION" >> $GITHUB_OUTPUT
Copy link
Member

Choose a reason for hiding this comment

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

This can be removed then, we can use the env var instead.

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.

2 participants