From c158f4ee54c2d0c4cee5a4745f33fa2e6174e628 Mon Sep 17 00:00:00 2001 From: daniel fusser Date: Sat, 8 Apr 2023 13:39:08 +0200 Subject: [PATCH] testing release ci --- .github/workflows/build.yml | 26 ++++++++++++++++++++++++++ .gitignore | 2 ++ 2 files changed, 28 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..cee7e67 --- /dev/null +++ b/.github/workflows/build.yml @@ -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 }} + diff --git a/.gitignore b/.gitignore index 3b735ec..6f2dc77 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ # Go workspace file go.work + +dist/