Skip to content

Commit

Permalink
chore: fix release workflow on github
Browse files Browse the repository at this point in the history
remove the wrong configuration, the field "needs" from release workflow on github
  • Loading branch information
jianliang00 committed Nov 21, 2024
1 parent b39c80b commit ddda7aa
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
@@ -1,4 +1,4 @@
name: ci
name: release

on:
workflow_dispatch:
Expand All @@ -12,7 +12,6 @@ jobs:
release:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
needs: check
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ddda7aa

Please sign in to comment.