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

fix: also publish to version tag if on master, not just to master #10196

Closed
wants to merge 1 commit into from

Conversation

Maddiaa0
Copy link
Member

@Maddiaa0 Maddiaa0 commented Nov 26, 2024

Overview

A switch condition was being hit to deploy with master as the tag if we were on master, but it was NOT also deploying to the version when i think it should.

This has left the docker composes unupdated after the last release, when they should have been updated

WARNING: I HAVE NOT RAN THIS SCRIPT CHANGE

@Maddiaa0 Maddiaa0 requested a review from spypsy November 26, 2024 05:41
if [ "${{ github.ref_name }}" == "master" ]; then
TAG=master
else
TAG=${{ env.DEPLOY_TAG }}
export TF_VAR_VERSION=${TAG#aztec-packages-v}
Copy link
Member

Choose a reason for hiding this comment

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

I have a PR here which I forgot to merge 🤦 : #10095
This fixes the issue you're tackling here

Copy link
Member

Choose a reason for hiding this comment

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

merged now

@Maddiaa0
Copy link
Member Author

#10095 solved by

@Maddiaa0 Maddiaa0 closed this Nov 26, 2024
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