Skip to content

Commit 9e1a565

Browse files
authored
Merge pull request #22 from jpbnetley/feature/test
fix: rm working dir
2 parents 58e82d6 + ce90261 commit 9e1a565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
branch: 'main'
2727
#working_directory: 'dist'
28-
working_directory: 'src'
28+
# working_directory: 'src'
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)