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 8c44af2 commit 2643641Copy full SHA for 2643641
.github/actions/publish-package/action.yml
@@ -31,6 +31,6 @@ runs:
31
with:
32
route: POST /repos/paritytech/npm_publish_automation/actions/workflows/publish.yml/dispatches
33
ref: main
34
- inputs: '${{ format(''{{ "repo": "{0}", "run_id": "{1}", "ARTIFACT_NAME": "{2}" }}'', github.repository, github.run_id, ${{ inputs.package-name }}.tgz ) }}'
+ inputs: '${{ format(''{{ "repo": "{0}", "run_id": "{1}", "ARTIFACT_NAME": "{2}.tgz" }}'', github.repository, github.run_id, inputs.package-name) }}'
35
env:
36
GITHUB_TOKEN: ${{ inputs.token }}
0 commit comments