Skip to content

Commit 467104f

Browse files
authored
Merge pull request openwallet-foundation#2117 from WadeBarnes/fix/publish
Fix publish workflows
2 parents 0f66da2 + a235627 commit 467104f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-indy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish ACA-Py Image (Indy)
22
run-name: Publish ACA-Py ${{ inputs.tag || github.event.release.tag_name }} Image (Indy ${{ inputs.indy_version || '1.16.0' }})
33
on:
44
release:
5-
types: [released]
5+
types: [published]
66

77
workflow_dispatch:
88
inputs:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish ACA-Py Image
22
run-name: Publish ACA-Py ${{ inputs.tag || github.event.release.tag_name }} Image
33
on:
44
release:
5-
types: [released]
5+
types: [published]
66

77
workflow_dispatch:
88
inputs:

0 commit comments

Comments
 (0)