Skip to content

build(deps): bump postcss in the npm_and_yarn group across 1 directory #58

build(deps): bump postcss in the npm_and_yarn group across 1 directory

build(deps): bump postcss in the npm_and_yarn group across 1 directory #58

Workflow file for this run

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
publish:
name: Publish Packages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: jdx/mise-action@v2
- run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- run: mise run install --frozen-lockfile
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
publish: pnpm changeset:publish
version: pnpm changeset:version
env:
GITHUB_TOKEN: ${{ github.token }}