Files
stoat-desktop/.github/workflows/release-please.yml
T
derek 69c96777ff
Build / build (push) Failing after 1m45s
/ Build App (push) Failing after 1m3s
Update release
2026-06-01 08:26:14 -07:00

35 lines
644 B
YAML

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: alpine-linux
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout assets
run: git -c submodule."assets".update=checkout submodule update --init assets
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Publish
run: |
pnpm run publish