File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 3333 create-release :
3434 needs : test
3535 runs-on : ubuntu-latest
36+ environment : release
3637 steps :
3738 - uses : actions/checkout@v4
3839 - uses : taiki-e/create-gh-release-action@v1
4344 # should not release from other branches
4445 upload-assets :
4546 needs : [test, create-release]
47+ environment : release
4648 strategy :
4749 matrix :
4850 include :
@@ -68,12 +70,12 @@ jobs:
6870 needs : [test, create-release]
6971
7072 permissions :
71- id-token : write # Required for OIDC token exchange
73+ id-token : write # Required for OIDC token exchange
7274
7375 steps :
74- - uses : actions/checkout@v4
75- - uses : rust-lang/crates-io-auth-action@v1
76- id : auth
77- - run : cargo publish
78- env :
79- CARGO_REGISTRY_TOKEN : ${{ steps.auth.outputs.token }}
76+ - uses : actions/checkout@v4
77+ - uses : rust-lang/crates-io-auth-action@v1
78+ id : auth
79+ - run : cargo publish
80+ env :
81+ CARGO_REGISTRY_TOKEN : ${{ steps.auth.outputs.token }}
Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-mutants"
3- version = " 25.2.2-pre0 "
3+ version = " 25.2.2-pre1 "
44edition = " 2021"
55authors = [" Martin Pool" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments