Skip to content

chore: rework project structure (#255) #84

chore: rework project structure (#255)

chore: rework project structure (#255) #84

Workflow file for this run

name: Release
on:
push:
branches: [ "main" ]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.RELEASE_BOT }}