Skip to content

Commit

Permalink
fix(*): fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancar committed Jan 4, 2024
1 parent eb97e52 commit 5eecc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: mkdir /tmp/beamcoder
- run: cp -r . /tmp/beamcoder
- run: cp -r . /tmp/framefusion
- run: sudo ./scripts/install_beamcoder_dependencies.sh
working-directory: /tmp/beamcoder
- run: yarn install --frozen-lockfile
working-directory: /tmp/beamcoder
- run: yarn publish
Expand Down

0 comments on commit 5eecc90

Please sign in to comment.