Skip to content

Commit bf55a32

Browse files
committed
Fix JS release workflow name
1 parent badf500 commit bf55a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflows will upload a Javscript Package using NPM to npmjs.org when a release is created
22
# For more information see: https://docs.github.com/en/actions/guides/publishing-nodejs-packages
33

4-
name: Publish Python
4+
name: Publish Javascript
55

66
on:
77
release:

0 commit comments

Comments
 (0)