Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nepcore authored Aug 26, 2023
1 parent d84832a commit 28a31e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
git push -f origin main
- name: Publish
run: npm publish
run: |
cd pkg
tar -czf pufferpanel-conditions.tar.gz *
npm publish pufferpanel-conditions.tar.gz
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 28a31e5

Please sign in to comment.