Skip to content

Commit

Permalink
fix: you're listening to hotfix fm
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jan 11, 2021
1 parent 4d927cc commit 7f8a11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
if: matrix.os == 'windows-latest'

- name: Build releases
run: yarn package-${{ matrix.NPM_COMMAND }}
run: ./node_modules/.bin/cross-env yarn package-${{ matrix.NPM_COMMAND }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_ENV: production
Expand Down

0 comments on commit 7f8a11c

Please sign in to comment.