Skip to content

Commit

Permalink
fix(ci): set goreleaser to run on release publish instead of tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriel Perkins committed Jun 20, 2022
1 parent 60e166b commit bf44912
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gorelease.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Go Releaser

on:
push:
# run only against tags
tags:
- '*'
release:
types: [published]

permissions:
contents: write
Expand Down

0 comments on commit bf44912

Please sign in to comment.