Skip to content

Commit f1bb973

Browse files
committed
chore: Bump version to 0.2.2 in Cargo.toml and Cargo.lock
1 parent 4ee1902 commit f1bb973

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Release
66

77
permissions:
88
contents: write
9+
id-token: write
910

1011
on:
1112
push:
@@ -99,11 +100,11 @@ jobs:
99100
- uses: actions/checkout@v4
100101
with:
101102
submodules: recursive
102-
103103
- uses: actions-rs/toolchain@v1
104104
with:
105105
toolchain: stable
106106
override: true
107107
- uses: katyo/publish-crates@v2
108108
with:
109+
token: ${{ secrets.GITHUB_TOKEN }}
109110
args: --allow-dirty

0 commit comments

Comments
 (0)