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

Auto publishing for Azure site extension happens before agent is available #2615

Open
mrickard opened this issue Sep 25, 2024 · 1 comment
Open

Comments

@mrickard
Copy link
Member

Description

Our automated workflow for the Azure site extension is triggered by a successful publishing of a new agent version. In practice, when the workflow is executed automatically, the newest version is not yet available from NPM, so the npm install newrelic@latest command attempts to republish the previous version. Nuget throws an error on upload, because the duplicate tag is being used.

Expected Behavior

The automated publishing job should publish the latest version.

Steps to Reproduce

This can be seen in Actions runs of the Azure Site Extension workflow. Manual runs will be successful, but the previous automatically triggered runs will not be.

@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Triage Needed: Unprioritized Features
Development

No branches or pull requests

1 participant