Skip to content

Commit

Permalink
Fix the new manual workflow (#234)
Browse files Browse the repository at this point in the history
* Update node.js.deploy.yml

* Restore name of workflow job as it is required
  • Loading branch information
mrseanryan authored Dec 4, 2022
1 parent d253c97 commit a5d57ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ name: Deploy to npm
#
# Also runs the full set of tests, with all Node + TypeScript versions.

on:
workflow_dispatch

jobs:
build:
build_test_and_deploy:
environment: prod
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit a5d57ec

Please sign in to comment.