diff --git a/.github/workflows/release-workflow.yaml b/.github/workflows/release-workflow.yaml index 47f3f45..62c0a52 100644 --- a/.github/workflows/release-workflow.yaml +++ b/.github/workflows/release-workflow.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Create Release Tag id: tag - uses: google-github-actions/release-please-action@v4.0.2 + uses: google-github-actions/release-please-action@v4.1.1 - id: release-flag run: echo "release_created=${{ steps.tag.outputs.release_created || false }}" >> $GITHUB_OUTPUT - id: release-tag