Skip to content

Commit

Permalink
update release only for one of the docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Dec 11, 2023
1 parent 2ee7e0e commit 1048539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
enable-url-completion: true

- name: Update GitHub release
if: github.event_name == 'release'
if: github.event_name == 'release' && matrix.target == 'release'
uses: softprops/action-gh-release@v1
with:
append_body: true
Expand Down

0 comments on commit 1048539

Please sign in to comment.