Skip to content

Commit c26fedd

Browse files
Merge pull request #142 from SixLabors/js/fix-build
Fix API key param
2 parents c4fd795 + 86b7a2b commit c26fedd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ jobs:
146146
run: |
147147
$source = "https://www.myget.org/F/sixlabors/api/v2/package"
148148
$symbolSource = "https://www.myget.org/F/sixlabors/api/v3/index.json"
149-
dotnet nuget push .\artifacts\*.nupkg ${{secrets.MYGET_TOKEN}} --source $source --symbol-source $symbolSource
149+
dotnet nuget push .\artifacts\*.nupkg --symbol-api-key ${{secrets.MYGET_TOKEN}} --source $source --symbol-source $symbolSource
150150
# TODO: If github.ref starts with 'refs/tags' then it was tag push and we can optionally push out package to nuget.org

0 commit comments

Comments
 (0)