Skip to content

Commit

Permalink
Fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks-D committed Dec 19, 2023
1 parent 2d0a8e9 commit 0c06983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
- uses: actions/checkout@v3
# - name: cargo publish retrying-core to crates.io
# run: cargo +stable publish --token $CARGO_REGISTRY_TOKEN --all-features -p retrying-core
- name: cargo publish retrying to crates.io
run: cargo +stable publish --token $CARGO_REGISTRY_TOKEN --all-features -p retrying
- name: cargo publish retrying to crates.io (default)
run: cargo +stable publish --token $CARGO_REGISTRY_TOKEN -p retrying

0 comments on commit 0c06983

Please sign in to comment.