Skip to content

Commit

Permalink
cargo-release switched to dry runs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Sep 4, 2021
1 parent ea440a1 commit 88aceb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
git checkout master
cargo login ${{ secrets.CRATES_TOKEN }}
cargo release --no-confirm $( echo '${{ github.ref }}' | sed 's?refs/tags/v??' )
cargo release --no-confirm --execute $( echo '${{ github.ref }}' | sed 's?refs/tags/v??' )
- name: generate release notes
id: notes
Expand Down

0 comments on commit 88aceb3

Please sign in to comment.