Skip to content

fix: add note to API explorer for APIs built with the HTTP proxy. (#847) #127

fix: add note to API explorer for APIs built with the HTTP proxy. (#847)

fix: add note to API explorer for APIs built with the HTTP proxy. (#847) #127

Workflow file for this run

---
name: Publish
on:
push:
# run only against tags
tags:
- '*'
env:
FATHOM_SITE: ${{ vars.FATHOM_SITE }}
jobs:
publish:
name: GoReleaser
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.22
- uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: 1.18
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.NITRIC_BOT_TOKEN }}