Skip to content

Merge pull request #70 from CrowdStrike/rlucha/mandatory-definitionID #52

Merge pull request #70 from CrowdStrike/rlucha/mandatory-definitionID

Merge pull request #70 from CrowdStrike/rlucha/mandatory-definitionID #52

Workflow file for this run

name: Push dist
on:
push:
branches:
- main
jobs:
push-dist:
name: Push dist
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Push to dist branch
uses: kategengler/[email protected]
with:
branch: dist
token: ${{ secrets.GITHUB_TOKEN }}