From 81de67c5ff8a1f3eb8852753ef72cce9c19110ef Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Thu, 6 Feb 2025 19:56:29 +0100 Subject: [PATCH] Cleanup Tailwind Play workflow (#16310) This PR cleans up the Tailwind Play update by removing unnecessary inputs because Tailwind Play will take care of this. --- .github/workflows/release-insiders.yml | 5 +---- .github/workflows/release.yml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-insiders.yml b/.github/workflows/release-insiders.yml index 06c9d08e4cc4..820eb89c4d93 100644 --- a/.github/workflows/release-insiders.yml +++ b/.github/workflows/release-insiders.yml @@ -285,8 +285,5 @@ jobs: owner: 'tailwindlabs', repo: 'play.tailwindcss.com', ref: 'master', - workflow_id: 'upgrade-tailwindcss.yml', - inputs: { - insidersVersion: '0.0.0-${{ env.RELEASE_CHANNEL }}.${{ env.SHA_SHORT }}' - } + workflow_id: 'upgrade-tailwindcss.yml' }) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46e06892d588..66ae87e7f2d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -283,8 +283,5 @@ jobs: owner: 'tailwindlabs', repo: 'play.tailwindcss.com', ref: 'master', - workflow_id: 'upgrade-tailwindcss.yml', - inputs: { - version: '${{ env.TAILWINDCSS_VERSION }}' - } + workflow_id: 'upgrade-tailwindcss.yml' })