Skip to content

Commit 549dd8a

Browse files
committed
fix: attempt to resolve permissions error
1 parent 60723e0 commit 549dd8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ jobs:
6161
uses: actions/download-artifact@v2
6262
with:
6363
name: package
64+
path: ~/build
6465

6566
- name: Configure NPM token
6667
run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
6768

6869
- name: Publish to NPM
70+
working-directory: ~/build
6971
run: npm publish --verbose

0 commit comments

Comments
 (0)