Skip to content

Commit d490816

Browse files
committed
release-package.yml now uses secret for API key. Fixed typo in job name
1 parent d2be914 commit d490816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
types: [published]
66

77
env:
8-
NUGET_API_KEY: oy2b5rtpxedtgjhfzb5qxmv737u34pkerpviyrwczbrhgm
8+
NUGET_API_KEY: secrets.NUGET_API_KEY
99

1010
jobs:
11-
release-serviurtium-core:
11+
release-servirtium-package:
1212
runs-on: ubuntu-latest
1313

1414
steps:

0 commit comments

Comments
 (0)