Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Tried to resolve fail publish-latest
  • Loading branch information
bourgeoa authored Dec 5, 2023
1 parent 5e16f71 commit 0e0adcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Disable pre- and post-publish actions
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
tag: latest
tag: latest

0 comments on commit 0e0adcc

Please sign in to comment.