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

Commit

Permalink
fix: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdelafuentesales committed Feb 22, 2024
1 parent ea462fb commit 146a974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
scope: '@streamyard'
- name: Install Dependencies
run: npm ci
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build Package
run: npm pack .
- name: Publish
Expand Down

0 comments on commit 146a974

Please sign in to comment.