Skip to content

Merge pull request #1483 from emberjs/NullVoxPopuli-patch-1 #34

Merge pull request #1483 from emberjs/NullVoxPopuli-patch-1

Merge pull request #1483 from emberjs/NullVoxPopuli-patch-1 #34

Workflow file for this run

# .github/workflows/push-dist.yml
name: Push dist
on:
push:
branches:
- main
- master
jobs:
push-dist:
name: Push dist
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
- run: pnpm install
- uses: kategengler/put-built-npm-package-contents-on-branch@v1.0.0
with:
working-directory: addon
branch: ${{ github.head_ref || github.ref_name }}-dist
token: ${{ secrets.GITHUB_TOKEN }}