Skip to content

Commit

Permalink
Run release flow on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tsipinakis committed Jun 30, 2023
1 parent 02e07cc commit 8aa2d7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
tags:
- '*'

jobs:
release:
name: Release
Expand Down Expand Up @@ -35,6 +38,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8aa2d7c

Please sign in to comment.