Skip to content

chore: update 6.x tests to 4.12, 5.12, 6.12 #127

chore: update 6.x tests to 4.12, 5.12, 6.12

chore: update 6.x tests to 4.12, 5.12, 6.12 #127

Workflow file for this run

---
name: Push dist
on:
push:
branches:
- main
- beta
jobs:
push_dist:
name: Push dist
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/pnpm
- uses: kategengler/put-built-npm-package-contents-on-branch@v1.0.0
with:
branch: dist/${GITHUB_REF##*/}
token: ${{ secrets.GH_PA_TOKEN }}
working-directory: ember-stereo