Skip to content

Commit

Permalink
Allow manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
elfranne authored Apr 8, 2024
1 parent 03a8f90 commit e5c3fef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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 @@ -23,4 +24,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e5c3fef

Please sign in to comment.