File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
.github/actions/publishArtifact Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 44 nodeToken :
55 description : " A Github PAT"
66 required : true
7- devhub :
8- description : " The devhub alias"
9- required : true
107
118runs :
129 using : composite
1512 shell : bash
1613 run : |
1714 if [ -d "artifacts" ] && [ -n "$(ls -A artifacts)" ]; then
18- sfp publish --artifactdir artifacts --npm --scope @${SCOPE} --devhubalias ${DEVHUB_ALIAS} --loglevel ${SFP_LOG_LEVEL} --gittag --pushgittag --logsgroupsymbol ::group::,::endgroup::
15+ sfp publish --artifactdir artifacts --npm --scope @${{ github.repository_owner }} --gittag --pushgittag
1916 else
2017 echo "No artifacts to publish"
2118 fi
2219 env :
2320 NODE_AUTH_TOKEN : ${{ inputs.nodeToken }}
24- DEVHUB_ALIAS : ${{ inputs.devhub }}
25- SFP_LOG_LEVEL : ${{ vars.SFP_LOG_LEVEL }}
26- SCOPE : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments