Skip to content

Commit fce776b

Browse files
committed
try url for nuget environment
1 parent 08003ca commit fce776b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
core.setOutput('tag', tag)
2323
core.setOutput('no-v', no_v)
2424
core.setOutput('no-dash', no_dash)
25+
outputs:
26+
tag: ${{ steps.set_version.outputs.tag }}
27+
no-v: ${{ steps.set_version.outputs.no-v }}
28+
no-dash: ${{ steps.set_version.outputs.no-dash }}
2529

2630
build:
2731
needs: set_version

0 commit comments

Comments
 (0)