mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-05-01 16:53:07 +03:00
Modifies the create_release workflow in 2 ways: - It only runs now if something is pushed to main. - It creates a tagged release if a tag is pushed. To create a tagged release, run e.g. git tag -a v0.1.0 -m "Release 0.1.0" git push origin v0.1.0