Skip to content

Create release.yml

Create release.yml #1

Workflow file for this run

name: "Create release"
on:
push:
tags:
- v*.*.*
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo hi