Skip to content

chore(deps): update taiga-family/ci action to v1.51.3 (#763) #728

chore(deps): update taiga-family/ci action to v1.51.3 (#763)

chore(deps): update taiga-family/ci action to v1.51.3 (#763) #728

Workflow file for this run

name: 🚀 Snapshots
on:
push:
branches: [main, 'v[0-9]+.x']
jobs:
snapshots:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
id: nodejs-workspace
- run: npx nx build editor-demo
- run: tree ${{ env.DIST }} -P '*.html'
- name: Publish next snapshots
if: ${{ contains(github.head_ref || github.ref_name, 'main') }}
uses: s0/[email protected]
env:
REPO: self
FOLDER: ${{ env.DIST }}
BRANCH: snapshots/demo/next/${{ github.head_ref || github.ref_name }}
GITHUB_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- name: Publish v${{ steps.nodejs-workspace.outputs.root-package-major-version }}.x snapshots
uses: s0/[email protected]
env:
REPO: self
FOLDER: ${{ env.DIST }}
BRANCH: snapshots/demo/v${{ steps.nodejs-workspace.outputs.root-package-major-version }}.x
GITHUB_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
concurrency:
group: snapshots-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true