Skip to content

Commit c37869a

Browse files
authored
feat: switch auto release action to casbin-rs/semantic-release-action-rust to release Windows binary (#7)
1 parent 4b2b454 commit c37869a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ on:
1414
jobs:
1515
release:
1616
if: github.repository == 'casbin-rs/casbin-rust-cli'
17-
uses: semantic-release-action/rust/.github/workflows/release-binary.yml@v5
17+
uses: casbin-rs/semantic-release-action-rust/.github/workflows/release-binary.yml@master
1818
secrets:
1919
cargo-registry-token: ${{ secrets.CARGO_TOKEN }}

0 commit comments

Comments
 (0)