Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.72 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.72 KB

github-action-release-example tests pre-release

Release apps with github-actions

on master push re-tag each master build and publish latest pre-release

on any vX.Y.Z tag publish associated release

git tag v0.0.1
git push --tags

RTFM