Skip to content

Commit 2643641

Browse files
authored
fix: npm publish automation (#2337)
1 parent 8c44af2 commit 2643641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish-package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ runs:
3131
with:
3232
route: POST /repos/paritytech/npm_publish_automation/actions/workflows/publish.yml/dispatches
3333
ref: main
34-
inputs: '${{ format(''{{ "repo": "{0}", "run_id": "{1}", "ARTIFACT_NAME": "{2}" }}'', github.repository, github.run_id, ${{ inputs.package-name }}.tgz ) }}'
34+
inputs: '${{ format(''{{ "repo": "{0}", "run_id": "{1}", "ARTIFACT_NAME": "{2}.tgz" }}'', github.repository, github.run_id, inputs.package-name) }}'
3535
env:
3636
GITHUB_TOKEN: ${{ inputs.token }}

0 commit comments

Comments
 (0)