Skip to content

Bumped version

Bumped version #8

Workflow file for this run

name: Tag and Release
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
jobs:
build:
uses: ./.github/workflows/build.yml
release:
uses: ./.github/workflows/release.yml
needs: build
secrets: inherit