Skip to content

Commit

Permalink
always run build job
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal-Shalev committed May 17, 2022
1 parent 7591eb8 commit fc065a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:

build-npm:
needs: [version]
if: ${{ always() }}
strategy:
matrix:
registry: [npmjs, github]
Expand Down Expand Up @@ -88,7 +89,7 @@ jobs:
- name: Build
run: make build-npm
env:
VERSION: ${{ needs.version.outputs.version }}
VERSION: ${{ needs.version.outputs.version || '0.0.0-test' }}
SCOPE: ${{ matrix.scope }}

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit fc065a1

Please sign in to comment.