We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33f673 commit cde7470Copy full SHA for cde7470
1 file changed
.github/workflows/publish-clients.yml
@@ -21,6 +21,7 @@ jobs:
21
-o /local/client \
22
-p npmName="@commitdev/zero-notification-service-client" \
23
-p npmVersion="${{ github.event.release.tag_name }}" \
24
+ -p platform=node \
25
-p moduleName="NotificationService"
26
sudo chmod -R a+rw ${GITHUB_WORKSPACE}
27
0 commit comments