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

build: fix issue caused by interaction with releasePrereleaseChannel and publish-artifactregistry #56

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

andrewb1269hg
Copy link
Contributor

@andrewb1269hg andrewb1269hg commented Dec 20, 2024

Description:

There was an issue where releasePrereleaseChannel was attempting to use the artifactregistry plugin when it should not. The resolution is to add a condition to an if-check to resolve this issue.

Related Issue(s):

Fixes #55

…and publish-artifactregistry

**Description**:

There was an issue where releasePrereleaseChannel was attempting to use the artifactregistry plugin when it should not. The resolution is to add a condition to an if-check to resolve this issue.

**Related Issue(s)**:

Fixes #55

Signed-off-by: Andrew Brandt <[email protected]>
@andrewb1269hg andrewb1269hg added the github_actions Pull requests that update GitHub Actions code label Dec 20, 2024
@andrewb1269hg andrewb1269hg self-assigned this Dec 20, 2024
@andrewb1269hg andrewb1269hg linked an issue Dec 20, 2024 that may be closed by this pull request
@andrewb1269hg andrewb1269hg changed the title build: fix issue caused by interaction with releasePrereleaseChannel … build: fix issue caused by interaction with releasePrereleaseChannel and publish-artifactregistry Dec 20, 2024
Signed-off-by: Andrew Brandt <[email protected]>
Signed-off-by: Andrew Brandt <[email protected]>
Copy link

JUnit Test Report

54 tests  ±0   54 ✅ ±0   4m 7s ⏱️ -22s
 6 suites ±0    0 💤 ±0 
 6 files   ±0    0 ❌ ±0 

Results for commit 9b03f2b. ± Comparison against base commit db8cdf0.

@andrewb1269hg andrewb1269hg merged commit 3287d44 into main Dec 20, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix issue with releasePrereleaseChannel.
3 participants