Skip to content

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 80815fa commit 54ae140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
scope: '@streamyard'
- name: Install Dependencies
run: npm ci
run: npm install
- name: Build Package
run: npm run prepare
- name: Publish
Expand Down

0 comments on commit 54ae140

Please sign in to comment.