Skip to content

Bump qs from 6.5.2 to 6.5.3 (#76) #48

Bump qs from 6.5.2 to 6.5.3 (#76)

Bump qs from 6.5.2 to 6.5.3 (#76) #48

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Create release PR or publish to NPM
runs-on: ubuntu-latest
steps:
- name: Setup environment with pnpm
uses: danoc/pnpm-setup-composite-action@v2
with:
checkout-fetch-depth: "0"
- name: Create release PR or publish to NPM
uses: changesets/action@v1
with:
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}