Skip to content

Commit c0d3235

Browse files
committed
Add push-dist workflow
1 parent cf8fd03 commit c0d3235

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/push-dist.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Push dist
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
8+
9+
jobs:
10+
push-dist:
11+
name: Push dist
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: wyvox/action-setup-pnpm@v3
16+
- uses: kategengler/put-built-npm-package-contents-on-branch@v2.0.0
17+
with:
18+
branch: dist
19+
token: ${{ secrets.GITHUB_TOKEN }}
20+
working-directory: packages/ember-cli-mirage

0 commit comments

Comments
 (0)