From 1164e5818989b9114c487038ed5c6a3b95639c41 Mon Sep 17 00:00:00 2001 From: Josh Albrecht Date: Fri, 3 May 2024 15:37:20 -0400 Subject: [PATCH] Adding change --- .github/workflows/release.yml | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd4b962..3a5dc9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,23 +11,23 @@ jobs: name: Build and release runs-on: ubuntu-latest - steps: - - name: Check out repository - uses: actions/checkout@v4 - with: - fetch-depth: 0 + steps: + - name: Check out repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 - - name: Set up Go 1.20.11 - uses: actions/setup-go@v5 - with: - go-version: 1.20.11 + - name: Set up Go 1.20.11 + uses: actions/setup-go@v5 + with: + go-version: 1.20.11 - - name: Run release - uses: goreleaser/goreleaser-action@v5 - if: startsWith(github.ref, 'refs/tags/') - with: - distribution: goreleaser - version: ${{ github.ref_name }} - args: release --clean - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + - name: Run release + uses: goreleaser/goreleaser-action@v5 + if: startsWith(github.ref, 'refs/tags/') + with: + distribution: goreleaser + version: ${{ github.ref_name }} + args: release --clean + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file