Skip to content

Commit

Permalink
got workflow pipeline correct
Browse files Browse the repository at this point in the history
  • Loading branch information
ohuu committed Aug 27, 2024
1 parent 090ce5c commit f3f689e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ jobs:
run: cargo publish --no-verify --allow-dirty --token ${{ secrets.CRATES_IO_TOKEN }}

release:
needs: [build]
# needs: [publish_crate]
needs: [publish_crate]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f3f689e

Please sign in to comment.