pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
218 stars 55 forks source link

Use semver tag for goreleaser master builds #496

Closed rquitales closed 11 months ago

rquitales commented 11 months ago

This fixes the build failures caused when the last tag fetched is for the Helm chart, and is in the format pulumi-kubernetes-operator-[0-9].[0-9].[0-9] instead of a semver tag.

Example failed run: https://github.com/pulumi/pulumi-kubernetes-operator/actions/runs/6201701807 This PR added and removed this branch as well to trigger this workflow to ensure that this fix works as expected before being merged. Validation run: https://github.com/pulumi/pulumi-kubernetes-operator/actions/runs/6238681684/job/16935042636