Skip to content

Enable commit lint and add placeholder release workflow #1

Enable commit lint and add placeholder release workflow

Enable commit lint and add placeholder release workflow #1

Workflow file for this run

name: Publish
on:
push:
branches:
- compiler-alpha
- main
- release
workflow_dispatch:
concurrency: release
permissions:
contents: write
jobs:
ci:
name: Build and test
uses: ./.github/workflows/pr.yml

Check failure on line 19 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/pr.yml" (source branch with sha:7dd58da4d4bbeb283b2a5f896caa446ef96c310f) : workflow is not reusable as it is missing a `on.workflow_call` trigger
release:
name: Release
needs: ci
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Download package artifacts
uses: actions/download-artifact@v4
with:
path: artifacts