Skip to content

Commit cb095ad

Browse files
authored
Update dotnet.yml
Changed env value to production
1 parent 7c7b129 commit cb095ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16-
environment: test
16+
environment: production
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Setup .NET

0 commit comments

Comments
 (0)