Skip to content

Commit 36a89f4

Browse files
authored
Merge pull request #90 from Kobzol/trusted-publishing
Configure trusted publishing
2 parents 3ebaf6a + 038b800 commit 36a89f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
name: Install Rust toolchain
2626
uses: dtolnay/rust-toolchain@stable
2727
- run: cargo test
28+
- uses: rust-lang/crates-io-auth-action@v1
29+
id: auth
2830
- name: Run release-plz
2931
# 0.5.118
3032
uses: release-plz/action@01df7609d1a7310c0776a102df00daf509d56e33

0 commit comments

Comments
 (0)