Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Dec 8, 2021
1 parent e0fdb4b commit f7f7be3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: npm ci
- name: Publish package
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: 'public'
with:
token: ${{ secrets.NPM_TOKEN }}
access: 'public'

0 comments on commit f7f7be3

Please sign in to comment.