Skip to content

Commit

Permalink
Spreading out the action
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Jan 12, 2024
1 parent fde669f commit d3ad239
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,26 @@ on:

jobs:

build:
checkout:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: 1

setup:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'

build:
runs-on: ubuntu-latest

steps:
- name: Release with goreleaser
uses: goreleaser/[email protected]
env:
Expand Down

0 comments on commit d3ad239

Please sign in to comment.