Skip to content

Fix task_characteristics not propagated from gap-analyzer to state #3

Fix task_characteristics not propagated from gap-analyzer to state

Fix task_characteristics not propagated from gap-analyzer to state #3

Workflow file for this run

name: Release
on:
push:
tags: ['v*']
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and validate
run: make build && make validate
- uses: softprops/action-gh-release@v2
with:
generate_release_notes: true