Skip to content

fix: generated upstreams (#10) #15

fix: generated upstreams (#10)

fix: generated upstreams (#10) #15

Workflow file for this run

name: build
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.18'
- name: Run GoReleaser for branch [Main]
uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: latest
args: -f .goreleaser.yml --snapshot --rm-dist