Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Merge branch 'main' of https://github.com/pixijs/spine-v8 #16

Merge branch 'main' of https://github.com/pixijs/spine-v8

Merge branch 'main' of https://github.com/pixijs/spine-v8 #16

Workflow file for this run

name: Deploy Examples
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Setup Project
uses: ./.github/actions/setup
- name: Build Project
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
npm run deploy