We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e31735 commit c08da86Copy full SHA for c08da86
.github/workflows/publish.yml
@@ -21,14 +21,10 @@ jobs:
21
with:
22
job-name: "Publish to NPM"
23
run-cmd: "hatch run javascript:publish_client"
24
- secrets:
25
- node-auth-token: ${{ secrets.NODE_AUTH_TOKEN }}
26
27
publish-event-to-object:
28
if: startsWith(github.event.release.name, 'event-to-object ')
29
uses: ./.github/workflows/.hatch-run.yml
30
31
32
run-cmd: "hatch run javascript:publish_event_to_object"
33
34
0 commit comments