Skip to content

ci: cleanup matrix build #3

ci: cleanup matrix build

ci: cleanup matrix build #3

Workflow file for this run

name: release
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')