Skip to content

Commit

Permalink
feat: run goreleaser on new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Vautier authored Apr 2, 2021
1 parent 6aa496f commit 74a83b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: goreleaser
on:
push:
branches: [ main ]
tags:
- '*'
pull_request:
branches: [ main ]

Expand All @@ -27,4 +29,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 74a83b9

Please sign in to comment.