Skip to content

fix: faster log parsing and faster logs scrolling #43

fix: faster log parsing and faster logs scrolling

fix: faster log parsing and faster logs scrolling #43

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
if: "!contains(github.event.head_commit.message, 'chore:')" # Skip if "chore:" is in the commit message
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.22
- uses: go-semantic-release/action@v1
with:
hooks: goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}