diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7edc2c7a..2f3ff8fd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,9 +47,11 @@ jobs: git tag -a "$UCLAPI_VERSION" -m "$UCLAPI_VERSION" git push git push origin $UCLAPI_VERSION + publish: name: "Publish JavaScript SDK to NPM" runs-on: ubuntu-latest + needs: build steps: - uses: actions/checkout@v2