Skip to content

Commit

Permalink
fix: Fix publish step for PRs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed May 12, 2022
1 parent 7aa34a3 commit bbd5816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
run: |
npm run dist -- --${{matrix.config.arch}}
env:
ARCH: ${{matrix.config.arch}}
CI: true
MAPEO_VARIANT: ${{ matrix.variant }}
- name: Cleanup artifacts
Expand Down

0 comments on commit bbd5816

Please sign in to comment.