Skip to content

ci: Update and rename ci.yml to build_and_test.yml #1

ci: Update and rename ci.yml to build_and_test.yml

ci: Update and rename ci.yml to build_and_test.yml #1

Workflow file for this run

name: release
on:
push:
tags:
- "v*"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref_name }}