Skip to content

Commit

Permalink
fix(init): test release
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed Jun 5, 2021
1 parent 23107b4 commit 8f212cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
"@semantic-release/github",
{
"path": "@semantic-release/exec",
"cmd": "dotnet nuget push ./artifacts/*.nupkg --api-key ${ process.env.NUGET_TOKEN } --source https://api.nuget.org/v3/index.json"
"cmd": "dotnet nuget push ./artifacts/*.nupkg -k ${ process.env.NUGET_TOKEN } -s https://api.nuget.org/v3/index.json"
}
]
}

0 comments on commit 8f212cd

Please sign in to comment.