mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-01-30 13:55:37 +02: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