Skip to content

Commit

Permalink
Fix workflow: need test before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
chtsai0105 committed Aug 30, 2024
1 parent 2ceeb04 commit 218e4dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
name: Publish release
environment: GitHub releases
runs-on: ubuntu-latest
needs: build_and_test
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 218e4dc

Please sign in to comment.