Skip to content

Commit de6892e

Browse files
committed
fix: update publish
1 parent 97f68be commit de6892e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
releaseDraft:
232232
name: Release draft
233233
if: github.event_name != 'pull_request'
234-
needs: [ build ]
234+
needs: [ build, verify ]
235235
# needs: [ build]
236236
runs-on: ubuntu-latest
237237
permissions:

.github/workflows/release.yml

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
contents: write
2121
pull-requests: write
2222
steps:
23-
# Check event
24-
- name: Print GitHub event action
25-
run: |
26-
echo "${{ github.event.action }}"
2723

2824
# Check out current repository
2925
- name: Fetch Sources

0 commit comments

Comments
 (0)