Skip to content

Commit

Permalink
chore(github): fix npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf committed Jun 27, 2023
1 parent f38ac3f commit d7e3af4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release:
name: Release

if: ${{ github.repository == 'LottieFiles/relottie' && github.event_name == 'push' }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -29,6 +29,8 @@ jobs:
with:
cache: 'pnpm'
node-version: ${{ matrix.node-version }}
scope: '@lottiefiles'
registry-url: 'https://npm.pkg.github.com/'

- name: 📥 Install dependencies
run: pnpm install
Expand Down

0 comments on commit d7e3af4

Please sign in to comment.