Skip to content

Commit

Permalink
Fix release workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtribick committed Nov 23, 2024
1 parent dba12fa commit 49ddecd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
needs: build
steps:
- name: Checkout source
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Extract changelog section
id: changelog
shell: bash
Expand All @@ -104,12 +110,6 @@ jobs:
with:
body-path: ${{ steps.changelog.outputs.body_path }}

- name: Checkout source
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Publish crate
shell: bash
env:
Expand Down

0 comments on commit 49ddecd

Please sign in to comment.