Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

fix: publish with pnpm #337

Merged
merged 1 commit into from
Aug 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ jobs:
- name: push changes
run: git push --follow-tags origin master

- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
- name: Publish Package
run: pnpm publish
env:
GH_TOKEN: ${{ secrets.NPM_TOKEN }}

# - uses: sonots/slack-notice-action@v3
# with:
Expand Down
Loading