Skip to content

Commit 5d37bf2

Browse files
"Refactor npm-publish.yml workflow: reformatted indentation and added empty line in publish-npm job"
1 parent 5222181 commit 5d37bf2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- run: npm run build
2020

2121
- uses: actions/upload-artifact@v3
22-
with:
23-
name: app-build
24-
path: dist
22+
with:
23+
name: app-build
24+
path: dist
2525

2626
publish-npm:
2727
needs: build
@@ -32,9 +32,11 @@ jobs:
3232
with:
3333
node-version: 20
3434
registry-url: https://registry.npmjs.org/
35-
uses: actions/download-artifact@v3
35+
36+
- uses: actions/download-artifact@v3
3637
with:
3738
name: app-build
39+
3840
- run: npm ci
3941
- run: npm publish
4042
env:

0 commit comments

Comments
 (0)