Skip to content

Commit

Permalink
depend publish on build
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Feb 26, 2024
1 parent 5d803eb commit bdb6184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
path: archive/
publish:
runs-on: ubuntu-latest
needs: [build]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit bdb6184

Please sign in to comment.