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

chore: Fix the goreleaser workflow #182

Merged
merged 3 commits into from
Mar 1, 2024
Merged

Conversation

nieomylnieja
Copy link
Contributor

Motivation

Goreleaser is not interpreting the correct tag, here's a related issue: goreleaser/goreleaser-action#255. The workaround is to set an env var GORELEASER_CURRENT_TAG.
I also sneaked some minor changes to how acceptance tests are run so that we can provide it with ref to run against.

@nieomylnieja nieomylnieja changed the title chore: Fix the workflow chore: Fix the goreleaser workflow Mar 1, 2024
@n9-machine-user n9-machine-user added chore Routine or minor duty task patch Bug fixes and security updates labels Mar 1, 2024
@nieomylnieja nieomylnieja enabled auto-merge (squash) March 1, 2024 17:18
@nieomylnieja nieomylnieja merged commit e1cee24 into main Mar 1, 2024
5 checks passed
@nieomylnieja nieomylnieja deleted the fix-goreleaser-workflow branch March 1, 2024 17:19
nieomylnieja added a commit to nobl9/sloctl that referenced this pull request Mar 4, 2024
## Motivation

Use GH environments and a no-op step along with `needs` chaining to
achieve a flow where both QA and management have to approve the release.

I also parametrized e2e tests, we might want to trigger these tests from
other places too.

I also fixed the issue with Goreleaser, ref:
nobl9/terraform-provider-nobl9#182
BSski pushed a commit to nobl9/sloctl that referenced this pull request May 7, 2024
## Motivation

Use GH environments and a no-op step along with `needs` chaining to
achieve a flow where both QA and management have to approve the release.

I also parametrized e2e tests, we might want to trigger these tests from
other places too.

I also fixed the issue with Goreleaser, ref:
nobl9/terraform-provider-nobl9#182
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Routine or minor duty task patch Bug fixes and security updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants