Skip to content

ci: Update CI test matrix and improve caching #2

ci: Update CI test matrix and improve caching

ci: Update CI test matrix and improve caching #2

Workflow file for this run

name: Auto Release on Tag
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Create Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')