You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I authenticate with the AWS ECR before running semantic-release (npx semantic-release --extends ./.releaserc.json --debug).
I would like to set an environment variable (change the AWS_REGION) before running the second push. Is there a way to specify this before running the push in code here? I want to avoid having two separate semantic-release jobs in my CI file to prevent bumping the version twice.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to push to two different AWS ECR repos in different AWS regions. Here is my config:
I authenticate with the AWS ECR before running semantic-release (
npx semantic-release --extends ./.releaserc.json --debug
).I would like to set an environment variable (change the
AWS_REGION
) before running the second push. Is there a way to specify this before running the push in code here? I want to avoid having two separate semantic-release jobs in my CI file to prevent bumping the version twice.Thanks in advance!
The text was updated successfully, but these errors were encountered: