Skip to content

Commit

Permalink
Fix defaults (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naught0 authored Jan 11, 2024
1 parent 4b824df commit 7e91e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
- master

jobs:
defaults:
run:
working-directory: ./frontend
publish:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
permissions:
contents: read
deployments: write
Expand Down

0 comments on commit 7e91e12

Please sign in to comment.