You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: allow publishing SNAPSHOT release via workflow_dispatch
This allows pushing out PR states for testing under a snapshot release
identifier.
This commit migrates the publish GitHub workflow from using custom bash
scripts for publishing towards the commonly provided GitHub actions.
That way, the decision when to publish which type of release is
completely contained inside the publishing workflow. Without this
change, the workflow and the scripts would often need simultaneous
changes for reflecting desired publishing results.
0 commit comments