Just a feature request, if would be nice if there was an option for the tag to be created, since tauri-action takes in a tag name anyway.
My use case for this is creating beta builds, where they are set to be draft releases that never get published, so that I can distribute the builds to my beta testers separately without them being publicly accessible. Currently, tag creation relies on published releases. Having tags created regardless would be good for referencing changes between beta releases. I'm currently just manually creating the tags as a workaround but having it automated with tauri-action would be great.
Just a feature request, if would be nice if there was an option for the tag to be created, since
tauri-actiontakes in a tag name anyway.My use case for this is creating beta builds, where they are set to be draft releases that never get published, so that I can distribute the builds to my beta testers separately without them being publicly accessible. Currently, tag creation relies on published releases. Having tags created regardless would be good for referencing changes between beta releases. I'm currently just manually creating the tags as a workaround but having it automated with
tauri-actionwould be great.