Skip to content
Discussion options

You must be logged in to vote

👋 Hey @vphan6896,

I believe you want to callout this sequence of steps ... --> "Draft release" --> "Upload release assets" --> "Publish release", right?

Let's zoom out to put things into perspective

stateDiagram

    workflow_create_release: Package Delivery Artifacts & Create Release
    workflow_deploy_release: Deploy Release

    step_release_draft: Draft release
    step_release_upload_asset: Upload release asset
    step_release_publish: Publish release
    step_deployment_activities: ... Deployment steps ...

    arbitrary_activity_0: ...
    arbitrary_activity_1: ...

    [*] --> arbitrary_activity_0
    arbitrary_activity_0 --> workflow_create_release

    state workflow_create…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@2good4hisowngood
Comment options

@igwejk
Comment options

@2good4hisowngood
Comment options

Comment options

You must be logged in to vote
1 reply
@igwejk
Comment options

Answer selected by igwejk

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Security Build security into your GitHub workflow with features to keep your codebase secure DevOps Bring teams together to deliver better software, faster. Universe 2023 All things related to our global developer conference, Universe 2023 Speaker Authored by GitHub Universe speakers: Ask questions or provide feedback on the session/workshop
5 participants