Skip to content

chore(deps): bump github.com/charmbracelet/lipgloss in /cmd (#7) #1

chore(deps): bump github.com/charmbracelet/lipgloss in /cmd (#7)

chore(deps): bump github.com/charmbracelet/lipgloss in /cmd (#7) #1

Workflow file for this run

name: goreleaser
on:
push:
tags:
- 'cmd/*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: ">=1.20"
cache: true
cache-dependency-path: cmd/go.mod
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AZURE_STORAGE_ACCOUNT: ${{ secrets.AZURE_STORAGE_ACCOUNT }}
AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}