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 c3a88a1 commit 0a36f85Copy full SHA for 0a36f85
.github/workflows/publish-template.yml
@@ -81,4 +81,4 @@ jobs:
81
run: node ../../release-scripts/checkPackageAvailability.js ${{ inputs.path }}/${{ inputs.lib-name }}
82
83
- name: Create Github releases, discussions and milestones
84
- run: node ../../.github/createReleases.js -lib ${{ inputs.path }}/${{ inputs.lib-name }}
+ run: node ../../.github/create-releases.js -lib ${{ inputs.path }}/${{ inputs.lib-name }}
0 commit comments