Skip to content

chore(deps): bump vite from 5.4.1 to 5.4.11 in the npm_and_yarn group… #8

chore(deps): bump vite from 5.4.1 to 5.4.11 in the npm_and_yarn group…

chore(deps): bump vite from 5.4.1 to 5.4.11 in the npm_and_yarn group… #8

Workflow file for this run

concurrency:
group: ${{ github.workflow }}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main
- uses: ./.github/actions/prepare
- run: pnpm build
- env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: JoshuaKGoldberg/[email protected]
name: Release
on:
push:
branches:
- main
permissions:
contents: write
id-token: write