Skip to content

Commit 0a36f85

Browse files
authored
Update publish-template.yml
1 parent c3a88a1 commit 0a36f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
run: node ../../release-scripts/checkPackageAvailability.js ${{ inputs.path }}/${{ inputs.lib-name }}
8282

8383
- name: Create Github releases, discussions and milestones
84-
run: node ../../.github/createReleases.js -lib ${{ inputs.path }}/${{ inputs.lib-name }}
84+
run: node ../../.github/create-releases.js -lib ${{ inputs.path }}/${{ inputs.lib-name }}

0 commit comments

Comments
 (0)