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

feat: unify all release steps in a single pipeline #113

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

LucaLanziani
Copy link
Member

The previous solution published the npm package before the go binary was built and attached to the release, causing the npm package to fail without error messages.

Adding all steps in a single action will ensure the right order and the npm package will work right after being published

The previous solution published the npm package before the go binary was
built and attached to the release, causing the npm package to fail
without error messages.

Adding all steps in a single action will ensure the right order and the
npm package will work right after being published
@LucaLanziani LucaLanziani marked this pull request as ready for review September 25, 2023 12:39
@ghost ghost self-requested a review September 25, 2023 21:29
.github/workflows/release-please.yaml Outdated Show resolved Hide resolved
.github/workflows/release-please.yaml Outdated Show resolved Hide resolved
.github/workflows/release-please.yaml Outdated Show resolved Hide resolved
@ghost ghost self-requested a review September 26, 2023 08:16
@LucaLanziani LucaLanziani merged commit 93f4be9 into main Sep 26, 2023
2 checks passed
@LucaLanziani LucaLanziani deleted the feature/fix-release-process branch September 26, 2023 08:35
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.

2 participants