Skip to content

Commit

Permalink
specify working directory for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonerrr committed May 29, 2024
1 parent a2a62c0 commit 8502e41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
permissions:
contents: read
packages: write

defaults:
run:
working-directory: frontend
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: frontend

- name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand All @@ -38,12 +38,12 @@ jobs:
permissions:
contents: read
packages: write

defaults:
run:
working-directory: backend
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: backend

- name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down

0 comments on commit 8502e41

Please sign in to comment.