Skip to content

feat: migrate to sharp and upgrade astro deps (#37) #58

feat: migrate to sharp and upgrade astro deps (#37)

feat: migrate to sharp and upgrade astro deps (#37) #58

Workflow file for this run

name: Release
on:
push:
branches:
- "main"
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version-file: package.json
cache: "pnpm"
- uses: dtinth/setup-github-actions-caching-for-turbo@v1
- run: pnpm install --frozen-lockfile
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}