From 02bafdb9ccee3a2ee14f4ba7916ff58c1e350dca Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Fri, 9 Feb 2024 10:26:23 -0800 Subject: [PATCH] chore: fix typo in release-please yaml (#296) --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 04c1f8f5..a13c2b3a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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