Skip to content

Commit

Permalink
chore: bump tui-cards version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Feb 9, 2025
1 parent feae019 commit 307fad5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
29 changes: 19 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
# see https://release-plz.ieni.dev/docs/github for more information

name: Release

permissions:
pull-requests: write
contents: write

on:
push:
branches:
- main
workflow_dispatch:
workflow_call:
secrets:
CARGO_REGISTRY_TOKEN:
description: "Token to publish to crates.io"
required: true

jobs:
release-plz:
uses: joshka/github-workflows/.github/workflows/rust-release-plz.yml@main
permissions:
pull-requests: write
contents: write
secrets:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
name: Release-plz
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion tui-cards/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui-cards"
version = "0.2.1"
version = "0.2.2"
description = "A playing card widget for Ratatui"
documentation = "https://docs.rs/tui-cards"

Expand Down

0 comments on commit 307fad5

Please sign in to comment.