Skip to content

chore(deps): update dependency @theguild/tailwind-config to v0.4.2 #3772

chore(deps): update dependency @theguild/tailwind-config to v0.4.2

chore(deps): update dependency @theguild/tailwind-config to v0.4.2 #3772

Workflow file for this run

name: pr
on:
pull_request:
branches:
- main
jobs:
dependencies:
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
with:
installDependencies: true
packageManager: pnpm
nodeVersion: 20
preCommit: 'pnpm run prettier'
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
alpha:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
with:
npmTag: alpha
buildScript: build
nodeVersion: 20
packageManager: 'pnpm'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}
release-candidate:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
if: ${{ github.event.pull_request.title == 'Upcoming Release Changes' }}
with:
npmTag: rc
restoreDeletedChangesets: true
buildScript: build
nodeVersion: 20
packageManager: 'pnpm'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}