Skip to content

Commit

Permalink
release-package.yml fix env syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Jul 5, 2021
1 parent d490816 commit 3cba8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

env:
NUGET_API_KEY: secrets.NUGET_API_KEY
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

jobs:
release-servirtium-package:
Expand Down

0 comments on commit 3cba8aa

Please sign in to comment.