Add DOTNET_ROLL_FORWARD environment variable to build workflow
All checks were successful
Build And Release / release (push) Successful in 1m26s
All checks were successful
Build And Release / release (push) Successful in 1m26s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user