Skip to content

build: fix release-please-action workflow inputs after updating #477

build: fix release-please-action workflow inputs after updating

build: fix release-please-action workflow inputs after updating #477

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- main
jobs:
node:
name: npm@prerelease
uses: ./.github/workflows/build.node.yml
secrets: inherit
docker:
name: ghcr.io:latest
# technically does not require node/build and could run in parallel
needs: node
uses: ./.github/workflows/build.docker.yml
secrets: inherit
exe:
name: exe
needs: node
uses: ./.github/workflows/build.exe.yml
secrets: inherit