Skip to content

Commit

Permalink
fix: update publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjerry committed Dec 3, 2023
1 parent 97f68be commit de6892e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
releaseDraft:
name: Release draft
if: github.event_name != 'pull_request'
needs: [ build ]
needs: [ build, verify ]
# needs: [ build]
runs-on: ubuntu-latest
permissions:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
contents: write
pull-requests: write
steps:
# Check event
- name: Print GitHub event action
run: |
echo "${{ github.event.action }}"

# Check out current repository
- name: Fetch Sources
Expand Down

0 comments on commit de6892e

Please sign in to comment.