justjanne / powerline-go

A beautiful and useful low-latency prompt for your shell, written in go
GNU General Public License v3.0
2.73k stars 268 forks source link

CI: Run release workflow on tags #384

Closed dex4er closed 1 year ago

dex4er commented 1 year ago

Hello,

I fixed #383: the workflow for releases: it should be triggered now on git tag. It is the same as in the documentation: https://goreleaser.com/ci/actions/

I already implemented this workflow for my project and works as expected: see https://github.com/dex4er/gitlab-download-release/actions/runs/5074742261

As it might be confusing, what is a necessary step to create a new release now: it should be just git tag vX.Y.Z

justjanne commented 1 year ago

Awesome, thanks!