Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyxPractice committed Jul 23, 2022
1 parent 0a672dc commit 9a8240a
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@ permissions:
packages: write

jobs:
login:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: ~1.18
cache: true
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand All @@ -26,16 +33,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: ~1.18
cache: true
- uses: goreleaser/goreleaser-action@v3
with:
version: latest
Expand Down

0 comments on commit 9a8240a

Please sign in to comment.