Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 7bcf04a

Browse files
committed
fix workflow
1 parent 3071217 commit 7bcf04a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-npm.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ on:
77
jobs:
88
publish:
99
runs-on: ubuntu-latest
10+
env:
11+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1012
steps:
11-
- env:
12-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13-
1413
- name: Checkout
1514
uses: actions/checkout@v2
1615
with:

0 commit comments

Comments
 (0)