Skip to content

Commit

Permalink
chore: fixing missing release trigger (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones authored Apr 27, 2023
1 parent 47b30e9 commit 46ae78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
permissions:
contents: write
runs-on: ubuntu-latest
if: ${{ needs.release-please.outputs.release_created }}
if: needs.release-please.outputs.releases_created == 'true'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 46ae78b

Please sign in to comment.