Skip to content

fix: goreleaser tag race condition #189

@github-actions

Description

@github-actions

This is the main issue tracking #188

Please add labels indicating the release versions eg. 'release/v0'

Please add comments for user issues which this issue addresses.

Description copied from PR:

Related Issue

Addresses #174

Description

Resolves a race condition with the release-candidate workflow and the release workflow.
Goreleaser looks at the latest tag to determine where to place build artifacts.
I created two Goreleaser configs, one for the rc and one for the main release.
The main release run of Goreleaser will now ignore .rc tags and update the last full release with build artifacts.
The rc release of Goreleaser will work as it has before, but not using a different Goreleaser config file.

Testing

actionlint

Not a breaking change.

Sub-issues

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions