Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Feb 5, 2024
1 parent 21721fe commit 1feae1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/deploy-pages@v4

release:
needs: [deploy]
needs: [build, deploy]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 1feae1e

Please sign in to comment.