Skip to content

Merge pull request #1307 from elwayman02/dependabot/npm_and_yarn/conc… #366

Merge pull request #1307 from elwayman02/dependabot/npm_and_yarn/conc…

Merge pull request #1307 from elwayman02/dependabot/npm_and_yarn/conc… #366

Workflow file for this run

# Because this library needs to be built,
# we can't easily point package.json files at the git repo for easy cross-repo testing.
#
# This workflow brings back that capability by placing the compiled assets on a "dist" branch
# (configurable via the "branch" option below)
name: Push dist
on:
push:
branches:
- main
- master
jobs:
push-dist:
name: Push dist
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Install Node
uses: volta-cli/action@v4
- name: Install Dependencies
run: yarn install --frozen-lockfile
- uses: kategengler/[email protected]
with:
branch: dist
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: 'addon'