Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

<img src="assets/readme.gif">
<img src="https://raw.githubusercontent.com/LeoTN/step-cli-tools/main/assets/readme.gif">

## 🚀 Getting Started

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <LeoTN.GitHub@gmx.net>"]
license = "LICENSE"
Expand Down
Loading