Skip to content

Commit 6643051

Browse files
authored
Merge pull request #18 from jpbnetley/feature/test
fix: workflow dist
2 parents 40c739f + 1535506 commit 6643051

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
@@ -24,7 +24,7 @@ jobs:
2424
id: semantic
2525
with:
2626
branch: 'main'
27-
working_directory: 'dist'
27+
working_directory: 'dist'
2828
#working_directory: 'src'
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)