Skip to content

Commit b6eafb6

Browse files
formatting
1 parent 94d36dc commit b6eafb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npx hereby LKG
3232

3333
- name: Publish to npm
34-
if: success() # Only publish if the previous steps were successful
35-
run: |
36-
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
37-
npm publish --access public
34+
if: success() # Only publish if the previous steps were successful
35+
run: |
36+
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
37+
npm publish --access public

0 commit comments

Comments
 (0)