fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 60 forks source link

Noob attempt at github actions #179

Closed marklam closed 1 month ago

marklam commented 2 months ago

There's a build for PRs and changes to master, and an action that can be manually triggered to (hopefully) publish to Nuget. The branch needs to have a tag of the format "v6.0.0" to set the version (versioning done via GitVersion.MsBuild)

deviousasti commented 1 month ago

Could you please rebase on main? I don't think I can commit to your branch.

deviousasti commented 1 month ago

If you haven't tried this with the local action runner - I can try it out.

marklam commented 1 month ago

Redone as #180.