Skip to content

Commit

Permalink
let the debugging of the publish action begin
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Apr 22, 2023
1 parent 0e2cc1a commit 449d6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo "CRATE_VERSION=$(toml get -r Cargo.toml package.version)" >> "$GITHUB_ENV"
- name: Check Version
run: |
[ "${{ format('v{0}', env.CRATE_VERSION) }}" == "${{ github.ref_name }}" ]
[ "${{ env.CRATE_VERSION }}" == "${{ github.ref_name }}" ]
- name: Publish
run: cargo publish
env:
Expand Down

1 comment on commit 449d6bb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 449d6bb Previous: 0e2cc1a Ratio
map allocation 201155950 ns/iter (± 151898) 201411618 ns/iter (± 575113) 1.00
set allocation 209490722 ns/iter (± 672596) 211275415 ns/iter (± 1590650) 0.99
vec_no_clone allocation 548168149 ns/iter (± 2550100) 551022975 ns/iter (± 2485288) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.