Skip to content

Commit

Permalink
now with a message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdegraaf1234 committed Feb 21, 2022
1 parent 2803a15 commit 4264acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ release_github:
- git remote set-url origin "https://$BASTIAAN_ACCESS@github.com/ScheltemaLab/FragmentLab"
- git push origin $Env:BUILD_VERSION
- git push origin HEAD:master
- gh release create $Env:BUILD_VERSION -t "$Env:BUILD_VERSION $Env:Message" -n "$Env:BUILD_VERSION:\n$Env:Message"
- gh release create $Env:BUILD_VERSION -t "$Env:BUILD_VERSION $Env:Message" -n "$Env:BUILD_VERSION $Env:Message"
- gh release upload $Env:BUILD_VERSION source/installer/bin/release/installer.msi
- gh release upload $Env:BUILD_VERSION (dir source/FragmentLab/bin/anycpu/release/net48/hecklib*dll)
rules:
Expand Down
2 changes: 1 addition & 1 deletion Source/FragmentLab/FragmentLab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- Bastiaan de Graaf
- Sem Tamara
</Description>
<Version>2.6.1.27</Version>
<Version>2.6.1.28</Version>
<PackageProjectUrl>https://scheltemalab.com</PackageProjectUrl>
<Authors>Richard Scheltema, Andris Jankevics, Henk van der Toorn, Bastiaan de Graaf, Sem Tamara</Authors>
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
Expand Down

0 comments on commit 4264acf

Please sign in to comment.