Skip to content

Bump @changesets/cli from 2.29.3 to 2.29.4 #15

Bump @changesets/cli from 2.29.3 to 2.29.4

Bump @changesets/cli from 2.29.3 to 2.29.4 #15

Workflow file for this run

name: Snapit
on:
issue_comment:
types:
- created
jobs:
snapit:
name: Snapit
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/snapit' }}
runs-on: ubuntu-latest
steps:
- name: Checkout default branch
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- name: Create snapshot version
uses: Shopify/snapit@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
build_script: echo "hello"
working_directory: ./