Skip to content

Automatic release start #1

Automatic release start

Automatic release start #1

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Hello world
run: echo "Hello world"