Skip to content

chore(gomod): bump github.com/charmbracelet/bubbletea from 1.1.2 to 1… #34

chore(gomod): bump github.com/charmbracelet/bubbletea from 1.1.2 to 1…

chore(gomod): bump github.com/charmbracelet/bubbletea from 1.1.2 to 1… #34

Workflow file for this run

name: release-json-log-viewer
on:
push:
tags:
- "*"
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.2'
- name: Fetch vendor
run: make vendor
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: '~> v2'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}