Skip to content

Bump stefanzweifel/git-auto-commit-action from 5 to 7 #2814

Bump stefanzweifel/git-auto-commit-action from 5 to 7

Bump stefanzweifel/git-auto-commit-action from 5 to 7 #2814

name: Unified Release
on: [push, pull_request]
jobs:
assemble:
name: Assemble
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
stack_version: ["3.0.0"]
steps:
- name: Checkout
uses: actions/checkout@v4
- run: "./.ci/make.sh assemble ${{ matrix.stack_version }}"
name: Assemble ${{ matrix.stack_version }}