Skip to content

Commit

Permalink
Move working directory directive to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
hlcfan authored and hsbt committed Sep 19, 2024
1 parent 1b3c544 commit 21ab317
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
jobs:
release:
runs-on: ubuntu-latest
defaults:
run:
working-directory: www
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -56,4 +59,3 @@ jobs:
body: "This is an automated pull request to create a release"
draft: true

working-directory: www

0 comments on commit 21ab317

Please sign in to comment.