Skip to content

Commit c737309

Browse files
Copilotjeswr
andcommitted
Fix trailing whitespace in ci.yml
Co-authored-by: jeswr <63333554+jeswr@users.noreply.github.com>
1 parent dfc2638 commit c737309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ jobs:
101101
- name: Disable pre- and post-publish actions
102102
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
103103
- uses: JS-DevTools/npm-publish@v4.1.2
104-
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
104+
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
105105
with:
106106
tag: latest

0 commit comments

Comments
 (0)