Skip to content
/ zeit Public

Update README, add autocompletion info #12

Update README, add autocompletion info

Update README, add autocompletion info #12

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24.1
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: '~> v2'
args: release --clean --timeout 80m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}