Skip to content

Commit

Permalink
fix(goreleaser): fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Jun 23, 2024
1 parent 45a834c commit 836fad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: goreleaser

on:
workflow_dispatch:
push:
tags:
- "*"
Expand All @@ -19,5 +20,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 836fad6

Please sign in to comment.