From c91cd46d391bbffb80ac8e53bf76a3fff23e1634 Mon Sep 17 00:00:00 2001 From: Rafael Peroco Date: Thu, 7 Jul 2022 01:14:59 +0000 Subject: [PATCH] fix --- .github/workflows/release.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.