Skip to content

Commit 1318cfb

Browse files
authored
Fix indentation for npm publish shell command
1 parent f3be15f commit 1318cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
cd ../.. \
3737
fi \
3838
done
39-
shell: bash
4039
- env:
4140
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41+
shell: bash

0 commit comments

Comments
 (0)