Skip to content

Commit

Permalink
workflow edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Sol committed Dec 14, 2024
1 parent c4b0787 commit c770496
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
(Get-Content mzLib.nuspec) -replace "\<version\>(.*)\</version\>", "<version>9.9.9</version>" | Set-Content mzLib.nuspec;
$mzlibMatch = Select-String -Path mzLib.nuspec -Pattern "(?<=\<version\>)(.*)(?=\</version)";
$mzlibVersion = $mzlibMatch.Matches[0].Value;
echo "mzLib version: $mzlibVersion";
dotnet nuget add source ./
echo "mzLib version number changed to: $mzlibVersion";
nuget pack;
dotnet nuget add source ./;
- name: Clone MetaMorpheus
uses: actions/checkout@master
with:
Expand Down

0 comments on commit c770496

Please sign in to comment.