Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 authored Jun 14, 2024
1 parent 328723f commit 4f01c7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- name: Install Deps
run: npm i
- name: Release to npm
if: github.event_name == 'push' && contains(github.event.head_commit.modified, 'package.json')
run: npm run release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4f01c7f

Please sign in to comment.