Skip to content

feat: add additional Imports config for flexible import sections #315

feat: add additional Imports config for flexible import sections

feat: add additional Imports config for flexible import sections #315

Workflow file for this run

name: Snapshot release
permissions:
pull-requests: write
on:
issue_comment:
types: [created]
jobs:
release:
name: Publish snapshot release
runs-on: ubuntu-latest
if: github.event.issue.pull_request && contains(github.event.comment.body, '/snapshot')
steps:
- name: Checkout Repo
uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
- name: Install Dependencies
run: yarn
- name: Build
run: yarn build
- run: npx pkg-pr-new publish