Skip to content

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

Closed
Maddiaa0 wants to merge 1 commit intomasterfrom
md/fix-aztecup-release
Closed

fix: also publish to version tag if on master, not just to master#10196
Maddiaa0 wants to merge 1 commit intomasterfrom
md/fix-aztecup-release

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
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