File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1919# - https://github.com/hmarr/debug-action
2020# - https://github.com/flex-development/ghr-url-action
2121# - https://github.com/flex-development/manver-action
22+ # - https://github.com/flex-development/npm-url-action
2223
2324---
2425name : publish
4344 outputs :
4445 command : ${{ steps.command.outputs.result }}
4546 gpr : ${{ steps.gpr.outputs.url }}
46- npm : ${{ steps.npm.outputs.result }}
47+ npm : ${{ steps.npm.outputs.url }}
4748 steps :
4849 - id : debug
4950 name : Print environment variables and event payload
7778 uses : flex-development/ghr-url-action@1.1.0
7879 - id : npm
7980 name : Get environment url (npm)
80- run : |
81- echo "result=$(echo "https://npmjs.com/package/@${{ github.repository }}/v/${{ steps.version.outputs.manifest }}" | xargs)" >>$GITHUB_OUTPUT
81+ uses : flex-development/npm-url-action@1.0.0
82+ with :
83+ scope : ${{ github.repository_owner }}
84+ version : ${{ steps.version.outputs.manifest }}
8285 gpr :
8386 needs : preflight
8487 permissions :
You can’t perform that action at this time.
0 commit comments