Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmoon committed Nov 19, 2024
1 parent f815f3d commit 43c2cae
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 @@ -26,7 +26,6 @@ jobs:
needs: check
runs-on: ubuntu-latest
timeout-minutes: 10
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -70,4 +69,4 @@ jobs:
# run: |
# echo "Performing dry-run publish to crates.io"
# cargo publish --dry-run


0 comments on commit 43c2cae

Please sign in to comment.