Skip to content

Commit

Permalink
ci: Fix syntax error for GitHub Actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Sep 14, 2023
1 parent 988f872 commit ea3aaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
path: public
pages-deploy:
needs: build
needs: pages-build
permissions:
pages: write
id-token: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
path: public
pages-deploy:
needs: build
needs: pages-build
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit ea3aaf1

Please sign in to comment.