We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac1d29 commit d50acd5Copy full SHA for d50acd5
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
defaults:
19
run:
20
- working-directory: wp-react-lib
+ working-directory: ${{ github.workspace }}/wp-react-lib
21
22
steps:
23
- uses: actions/checkout@v4
0 commit comments