mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-27 03:08:15 +02:00
fix: bump
This commit is contained in:
parent
3793f2abe2
commit
56566d4113
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ module.exports = {
|
|||
git add ${projectfolder}${csprojfile} && \
|
||||
git commit -m ":bookmark: Bump from ${previousVersion} to \${nextRelease.version} in ${projectfolder}${csprojfile}" && \
|
||||
dotnet pack ${projectfolder}${csprojfile} --configuration Release && \
|
||||
cat nuget.config\
|
||||
dotnet nuget push ./${projectfolder}bin/Release/${nugetpackage}.\${nextRelease.version}.nupkg --source \"github\" --api-key $GITHUB_TOKEN`
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue