Skip to content

Add scheme option to bind to both HTTP and HTTPS (#1215) #28

Add scheme option to bind to both HTTP and HTTPS (#1215)

Add scheme option to bind to both HTTP and HTTPS (#1215) #28

Workflow file for this run

name: goreleaser
on:
push:
tags:
- "*"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
- name: fetch tags
run: git fetch --tags --force
- uses: actions/setup-go@v4.0.1
with:
go-version: "1.20"
- uses: goreleaser/goreleaser-action@v4.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
distribution: goreleaser
version: latest
args: release -f ci/.goreleaser.yml