Skip to content

feat: posttest and pretest scripts #12

feat: posttest and pretest scripts

feat: posttest and pretest scripts #12

Workflow file for this run

name: Release by tag
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GH_PAT }}