diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05dc6b1..7f07b58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -160,6 +160,9 @@ jobs: name: Cleanup old beta tags and releases needs: build_and_publish runs-on: ubuntu-latest + continue-on-error: true + permissions: + contents: write steps: - name: Checkout repository uses: actions/checkout@v6 diff --git a/README.md b/README.md index d36ae80..24d2a77 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This tool aims to **simplify** the use of the [step-ca](https://github.com/smallstep/certificates) command-line interface **step-cli**. - + ## 🚀 Getting Started diff --git a/pyproject.toml b/pyproject.toml index 211de1d..5e6375e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "step-cli-tools" version = "0.0.0" -description = "Step CLI Tools – Prebuilt tools for the smallstep step-cli" +description = "Prebuilt tools for the smallstep step-cli" readme = "README.md" authors = ["LeoTN "] license = "LICENSE"