diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d64989..0694ce2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,7 @@ name: goreleaser on: + workflow_dispatch: push: tags: - '*' @@ -23,4 +24,4 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}