redcanaryco / invoke-atomicredteam

Invoke-AtomicRedTeam is a PowerShell module to execute tests as defined in the [atomics folder](https://github.com/redcanaryco/atomic-red-team/tree/master/atomics) of Red Canary's Atomic Red Team project.
MIT License
815 stars 193 forks source link

adding new ci job to publish to gallery base on new tag to master #100

Closed josehelps closed 1 year ago

josehelps commented 1 year ago

should work by simply checkout out master and running/push:

git tag v1.2.3 git push --tags

will automatically update powershell gallery, uses repo secret token PSGALLERY, must be set.