Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 47ad56b

Browse files
Merge pull request #5 from devinrhode2/fix/try-previous-gh-action
Try previous GH action
2 parents fa3e62d + 73a12f8 commit 47ad56b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎.github/workflows/github-actions.yml‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
- uses: actions/setup-node@v3
1111
with:
1212
node-version: 16
13-
- uses: JS-DevTools/npm-publish@v1
14-
with:
15-
token: ${{ secrets.NPM_TOKEN }}
13+
- name: Publish
14+
run: |
15+
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
16+
npm publish --ignore-scripts
17+
env:
18+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /