Update osrm-backend.yml

This commit is contained in:
Siarhei Fedartsou 2022-09-09 00:16:24 +02:00 committed by GitHub
parent ff3ef8945a
commit fa1c4bba0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ jobs:
run: |
./node_modules/.bin/node-pre-gyp reveal
- name: Build Node package
run: ./scripts/ci/node_package.sh
run: bash ./scripts/ci/node_package.sh
- name: Publish Node package
if: ${{ matrix.build_node_package && env.PUBLISH == 'On' }}
uses: ncipollo/release-action@v1