Skip to content

Commit

Permalink
Fixed up a new github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Jul 8, 2024
1 parent e26c587 commit 7f51343
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Cargo Build & Test

on:
release:
types: [published]
Expand All @@ -7,9 +9,6 @@ jobs:
name: Publish to crates.io

runs-on: ubuntu-latest
needs: release-please
if: needs.release-please.outputs.created

environment: crates.io

steps:
Expand Down

0 comments on commit 7f51343

Please sign in to comment.