Skip to content

Commit

Permalink
fix(ci): update output
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickard Natt och Dag committed Feb 23, 2023
1 parent 26ef93e commit a95d181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
tool: semantic-release-cargo@2

- name: Prepare semantic-release for Rust
run: semantic-release-cargo prepare ${{ steps.semantic.outputs.new_release_version }}
run: semantic-release-cargo prepare ${{ needs.next-version.outputs.new_release_version }}

- name: Install cross
uses: taiki-e/install-action@v2
Expand Down

0 comments on commit a95d181

Please sign in to comment.