diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eca39c..0d112f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,6 @@ name: StaticSiteGenerator Release on: + workflow_dispatch: push: tags: - 'v*.*.*' @@ -23,4 +24,4 @@ jobs: - name: Release uses: ncipollo/release-action@v1 with: - artifacts: cli/build/distributions/* \ No newline at end of file + artifacts: cli/build/distributions/*