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

adds a new trigger to automatically invoke this workflow when Create Release finishes #173

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

bizob2828
Copy link
Member

Proposed Release Notes

  • Changed trigger on binary upload to wait for release of module instead of waiting for a tag that starts with v to be created

Links

Closes #172

Details

When we added release automation the binary upload was never getting invoked because the tag was getting pushed by the github actions workflow. This does not invoke other workflows unless you use a personal access token. Instead of updating the release workflow to use a PAT, I changed the trigger to wait for Create Release to be done before doing the binary upload.

Copy link
Member

@michaelgoin michaelgoin left a comment

Choose a reason for hiding this comment

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

👍

@bizob2828 bizob2828 merged commit cb2b134 into newrelic:main Jan 20, 2022
@bizob2828 bizob2828 added the dev:automation Indicates CI automation label Feb 4, 2022
This was referenced Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev:automation Indicates CI automation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Prebuilt binaries aren't available for v7.1.0 release
2 participants