Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

feat: [US-002] - Update geocodio-cli (Go) to API v1.10 #36

feat: [US-002] - Update geocodio-cli (Go) to API v1.10

feat: [US-002] - Update geocodio-cli (Go) to API v1.10 #36

Workflow file for this run

name: goreleaser
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}