Skip to content

Polish async module APIs #41

Polish async module APIs

Polish async module APIs #41

name: Snapshot versions
on:
issue_comment:
types:
- created
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
snapshot:
name: Snapshots 📸
if: github.event.issue.pull_request && (github.event.comment.body == '/snap' || github.event.comment.body == '/snapshot' || github.event.comment.body == '📸')
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/actions/prepare
- name: Deploy preview versions to NPM
run: pnpm typescript.run ./.github/workflows/scripts/snapshot-versions.ts
env:
GITHUB_TOKEN: ${{ secrets.RELEASES_GITHUB_TOKEN }}