Skip to content

Commit 58e82d6

Browse files
authored
Merge pull request #20 from jpbnetley/feature/test
chore: moved to src working dit
2 parents a9cc4b1 + 98299ba commit 58e82d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
id: semantic
2525
with:
2626
branch: 'main'
27-
working_directory: 'dist'
28-
#working_directory: 'src'
27+
#working_directory: 'dist'
28+
working_directory: 'src'
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)