File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4747 needs : create-release
4848 outputs :
4949 determined_version : ${{ needs.create-release.outputs.determined_version }}
50+ publish_version : ${{ needs.create-release.outputs.publish_version }}
5051 strategy :
5152 matrix :
5253 config :
8788 runs-on : ubuntu-latest
8889 needs : upload-release-assets
8990 outputs :
90- determined_version : ${{ needs.upload-release-assets.outputs.determined_version }}
91+ publish_version : ${{ needs.upload-release-assets.outputs.publish_version }}
9192 steps :
9293 - name : Setup .NET
9394 uses : actions/setup-dotnet@v5
@@ -121,7 +122,7 @@ jobs:
121122 dotnet-version : 10.0.x
122123 - name : Build
123124 run : dotnet build ./src/HydraScript/HydraScript.csproj -c Release -v n `
124- /p:Version=${{ needs.publish-release.outputs.determined_version }} `
125+ /p:Version=${{ needs.publish-release.outputs.publish_version }} `
125126 /p:PublishAot=false /p:PublishSingleFile=false
126127 - name : Publish
127128 run : dotnet nuget push ./src/HydraScript/bin/Release/*.nupkg `
You can’t perform that action at this time.
0 commit comments