Skip to content

Commit 307fad5

Browse files
committed
chore: bump tui-cards version to 0.2.2
1 parent feae019 commit 307fad5

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

.github/workflows/release.yml

+19-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
1+
# see https://release-plz.ieni.dev/docs/github for more information
2+
13
name: Release
24

35
permissions:
46
pull-requests: write
57
contents: write
68

79
on:
8-
push:
9-
branches:
10-
- main
11-
workflow_dispatch:
10+
workflow_call:
11+
secrets:
12+
CARGO_REGISTRY_TOKEN:
13+
description: "Token to publish to crates.io"
14+
required: true
15+
1216
jobs:
1317
release-plz:
14-
uses: joshka/github-workflows/.github/workflows/rust-release-plz.yml@main
15-
permissions:
16-
pull-requests: write
17-
contents: write
18-
secrets:
19-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
18+
name: Release-plz
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
24+
- uses: dtolnay/rust-toolchain@stable
25+
- uses: MarcoIeni/[email protected]
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

tui-cards/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui-cards"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "A playing card widget for Ratatui"
55
documentation = "https://docs.rs/tui-cards"
66

0 commit comments

Comments
 (0)