Skip to content

chore: bump version to v0.2.1 (#18) #4

chore: bump version to v0.2.1 (#18)

chore: bump version to v0.2.1 (#18) #4

Workflow file for this run

name: Release GitHub
on:
push:
tags: ["v*.*.*"]
workflow_dispatch:
inputs:
tag:
description: "Tag to release (e.g. v0.1.0)"
required: true
jobs:
release:
uses: dkdc-io/.github/.github/workflows/release-github.yml@v1
with:
binary: db
python: false
permissions:
contents: write