Skip to content

Updated goreleaser config #41

Updated goreleaser config

Updated goreleaser config #41

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Build
run: |
set -xue
npm install
go install -x github.com/lmika/rwt@410887d
make build