Skip to content

Commit

Permalink
Clean up cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Jul 31, 2023
1 parent a19489a commit 539e157
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ permissions:

jobs:
goreleaser:
# Generates the Github release, and updates the simonwhitaker/tap/gibo
# Homebrew formula
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -33,6 +35,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
goreleaser-windows:
# Generates the Windows artefacts for the release, updates the gibo
# chocolatey package
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -53,16 +57,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
homebrew:
homebrew_core:
runs-on: ubuntu-latest
steps:
- name: Bump Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
with:
token: ${{ secrets.HOMEBREW_CORE_GITHUB_API_TOKEN }}
formula: gibo
push_to_docker_hub:
name: Push Docker image to Docker Hub
docker_hub:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down

0 comments on commit 539e157

Please sign in to comment.