Skip to content

feat(graph): add resources (#66) #8

feat(graph): add resources (#66)

feat(graph): add resources (#66) #8

Workflow file for this run

name: Release on Tag
on:
push:
tags:
- '*-v[0-9]+.[0-9]+.[0-9]+'
# Allow to run the workflow from GitHub UI and other workflows.
workflow_dispatch:
tags:
- '*-v[0-9]+.[0-9]+.[0-9]+'
jobs:
release:
uses: ./.github/workflows/make-release.yaml
permissions:
contents: write
with:
tag: ${{ github.ref_name }}