Skip to content

Commit fd3f7d7

Browse files
committed
fix release 2
1 parent 2e8f754 commit fd3f7d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
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:
@@ -87,7 +88,7 @@ jobs:
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 `

0 commit comments

Comments
 (0)