Skip to content

chore(deps): update dependency vite to v5 #693

chore(deps): update dependency vite to v5

chore(deps): update dependency vite to v5 #693

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

Check failure on line 9 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / pr

Invalid workflow file

The workflow is not valid. In .github/workflows/pr.yml (Line: 9, Col: 11): Error from called workflow the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main (Line: 18, Col: 9): Required property is missing: type
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
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: 16
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
npmToken: ${{ secrets.NPM_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
buildScript: build
nodeVersion: 16
restoreDeletedChangesets: true
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}