Skip to content

Commit dcb0d28

Browse files
committed
chore: ci
1 parent 9e20cf9 commit dcb0d28

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ jobs:
107107
name: Publish NuGet
108108
needs: build
109109
runs-on: ubuntu-latest
110-
environment: ci-timetable-generator-v1-dotnet
110+
111+
environment:
112+
name: ci-timetable-generator-v1-dotnet
113+
url: https://www.nuget.org/packages/Ladesa.Messages.TimetableGenerator.V1/
111114

112115
steps:
113116
- uses: actions/checkout@v6
@@ -134,7 +137,10 @@ jobs:
134137
name: Publish npm
135138
needs: build
136139
runs-on: ubuntu-latest
137-
environment: ci-timetable-generator-v1-npm
140+
141+
environment:
142+
name: ci-timetable-generator-v1-npm
143+
url: https://www.npmjs.com/package/@ladesa-ro/messages.timetable-generator.v1
138144

139145
steps:
140146
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)