Skip to content

Commit da37e09

Browse files
committed
Remove whitespace from workflow
1 parent fca15b4 commit da37e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Publish to npm
4343
if: startsWith(github.ref, 'refs/tags/')
4444
run: npm publish --access public
45-
45+
4646
- name: Publish to GitHub Packages
4747
if: startsWith(github.ref, 'refs/tags/')
4848
env:

0 commit comments

Comments
 (0)