Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

fix: HTTP examples (#21) #42

fix: HTTP examples (#21)

fix: HTTP examples (#21) #42

Workflow file for this run

name: goreleaser
on:
push:
tags:
- "v*"
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup dependencies
uses: actions/setup-go@v4
with:
cache-dependency-path: go.sum
go-version-file: go.mod
- name: release publish
run: make release GITHUB_TOKEN=${{secrets.GITHUB_TOKEN}}