Skip to content

ci: add auto-release workflow on tag push #20

ci: add auto-release workflow on tag push

ci: add auto-release workflow on tag push #20

Workflow file for this run

name: release
on:
push:
branches: ["main"]
paths-ignore:
- '.devcontainer/**'
tags-ignore: ['**']
jobs:
tests:
uses: ./.github/workflows/tests.yml
tag-release:
needs: [tests]
uses: brickhouse-tech/.github/.github/workflows/release.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}