Skip to content

fix: log health check errors #14

fix: log health check errors

fix: log health check errors #14

Workflow file for this run

name: Exporter Release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
path: src/github.com/fsrv-xyz/transfer
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Release
shell: bash --noprofile --norc -x -eo pipefail {0}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
curl --location http://git.io/goreleaser | bash