Skip to content

Commit e2fd382

Browse files
authored
Update node.yaml
1 parent 4aab1e9 commit e2fd382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash
5454
- id: get_artifact
5555
name: Get Artifact Path
56-
run: '"::set-output name=artifact::RandomQuotes-JS.${{ steps.determine_version.outputs.semVer }}.zip"'
56+
run: echo "::set-output name=artifact::RandomQuotes-JS.${{ steps.determine_version.outputs.semVer }}.zip"
5757
shell: bash
5858
- id: get_artifact_name
5959
name: Get Artifact Name

0 commit comments

Comments
 (0)