Skip to content

Commit

Permalink
chore: allow manual release action
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisiaM authored Jul 11, 2024
1 parent 488a6a5 commit 457bfdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
tags:
- 'v*'

workflow_dispatch:

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand All @@ -24,4 +25,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 457bfdb

Please sign in to comment.