diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8427d28..cc6980a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,8 @@ name: goreleaser on: push: - branches: - - main + tags: + - '*' permissions: contents: write diff --git a/README.md b/README.md index 653fa06..4805019 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Parameters: - `--page`: Page number. Default: `1` ```bash -artifacts-cleaner --server https://gitlab.com --token --project_id --pages 10 --per_page 100 +gitlab-artifacts-cleaner --server https://gitlab.com --token --project_id --pages 10 --per_page 100 ``` This is a work in progress. If you have any suggestions, please open an issue.