Skip to content

Commit

Permalink
fix(release-please): fallback release_created (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Dec 20, 2023
1 parent 52c6010 commit b316e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -91,4 +91,4 @@ jobs:
context: .
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}
push: ${{ steps.release.outputs.release_created }}
push: ${{ steps.release.outputs.release_created || false }}

0 comments on commit b316e59

Please sign in to comment.