Skip to content

Commit

Permalink
Cleanup Tailwind Play workflow (#16310)
Browse files Browse the repository at this point in the history
This PR cleans up the Tailwind Play update by removing unnecessary
inputs because Tailwind Play will take care of this.
  • Loading branch information
RobinMalfait authored Feb 6, 2025
1 parent 25b4278 commit 81de67c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
})
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
})

0 comments on commit 81de67c

Please sign in to comment.