Skip to content

Commit

Permalink
logging more to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Apr 9, 2024
1 parent e05de88 commit bbd45df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-rust-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
git config user.email ${{ env.COMMIT_USER_EMAIL }}
fi
echo "Cargo logging in"
cargo login ${{ secrets.CRATES_TOKEN }}
echo "Cargo release"
cargo release $BUMP $OPTIONS
if [ "${{ inputs.dry_run }}" == "false" ]; then
Expand Down

0 comments on commit bbd45df

Please sign in to comment.