Skip to content
Snippets Groups Projects
Unverified Commit 467104fa authored by Daniel Bluhm's avatar Daniel Bluhm Committed by GitHub
Browse files

Merge pull request #2117 from WadeBarnes/fix/publish

Fix publish workflows
parents 0f66da2c a235627b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ name: Publish ACA-Py Image (Indy)
run-name: Publish ACA-Py ${{ inputs.tag || github.event.release.tag_name }} Image (Indy ${{ inputs.indy_version || '1.16.0' }})
on:
release:
types: [released]
types: [published]
workflow_dispatch:
inputs:
......
......@@ -2,7 +2,7 @@ name: Publish ACA-Py Image
run-name: Publish ACA-Py ${{ inputs.tag || github.event.release.tag_name }} Image
on:
release:
types: [released]
types: [published]
workflow_dispatch:
inputs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment