Skip to content

Commit 86709aa

Browse files
committed
Fixed improper yml file.
1 parent a1d6254 commit 86709aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
node-version: 16
1616
registry-url: https://npm.pkg.github.com/
1717
scope: '@networkninja'
18-
run: |
18+
- run: |
1919
npm install
2020
npm run build
2121
npm publish
2222
env:
23-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
23+
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)