testing release ci
Some checks failed
goreleaser
goreleaser / goreleaser (push) Failing after 1m30s

This commit is contained in:
daniel fusser 2023-04-08 13:39:08 +02:00
parent 214f9d8599
commit c158f4ee54
2 changed files with 28 additions and 0 deletions

26
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,26 @@
name: goreleaser
on:
push:
branches: [ main, ci ]
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v3
with:
go-version: '>=1.20.1'
- name: goreleaser
uses: https://github.com/goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --nightly
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

2
.gitignore vendored
View File

@ -19,3 +19,5 @@
# Go workspace file # Go workspace file
go.work go.work
dist/