Skip to content

Commit

Permalink
fix: plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi1 committed May 23, 2024
1 parent da8919d commit 2b1fe84
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ jobs:
path: dist
- run: yarn release:package
- run: ls -lisha release
- run: cd release && npm publish --access public
- name: Publish if version in package.json change
uses: springtype-org/github-action-npm-publish@master
with:
install_build_packages: true
project_build_dir: release
create_tag: true
auth_token: ${{ secrets.NPM_TOKEN }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2b1fe84

Please sign in to comment.