Skip to content

Commit

Permalink
ci: fix publish docker package step
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 committed Sep 23, 2023
1 parent 9b3b557 commit e749c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
command: manifest

- name: Publish the Docker package
if: steps.release.outputs.release_created
if: steps.release.outputs.releases_created
uses: ./.github/actions/publish
with:
major: ${{ steps.release.outputs.major }}
Expand Down

0 comments on commit e749c11

Please sign in to comment.