Skip to content

Commit

Permalink
fix: try adding npm /bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecalzo committed Dec 5, 2020
1 parent b5f23c8 commit 1409035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: export PATH="$(npm config get prefix)/bin:$PATH"
- run: npm run build

- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 1409035

Please sign in to comment.