Add DOTNET_ROLL_FORWARD environment variable to build workflow
Build And Release / release (push) Successful in 1m26s

This commit is contained in:
troogs
2026-04-10 20:56:12 +02:00
parent 840ecedbd0
commit 85c90e4657
+1
View File
@@ -18,6 +18,7 @@ jobs:
contents: write contents: write
env: env:
RELEASE_TAG: ${{ github.event.inputs.tag_name || github.ref_name }} RELEASE_TAG: ${{ github.event.inputs.tag_name || github.ref_name }}
DOTNET_ROLL_FORWARD: Major
steps: steps:
- name: Checkout repository - name: Checkout repository