Skip to content

Commit

Permalink
chore: fix typo in release-please yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Feb 9, 2024
1 parent d7b43c8 commit 792dd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
outputs:
released_created: ${{ steps.release.outputs.release_created }}
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: google-github-actions/release-please-action@v4
Expand Down

0 comments on commit 792dd51

Please sign in to comment.