Skip to content

Update test-and-coverage-report.yml #4

Update test-and-coverage-report.yml

Update test-and-coverage-report.yml #4

name: Build and Release
on:
push:
tags:
- "v*.*.*"
jobs:
build-and-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Git
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- name: Release
uses: softprops/action-gh-release@v0.1.15