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

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johejo committed Apr 22, 2021
1 parent 7a67154 commit d14d932
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.16"
- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: goreleaser/goreleaser-action@v2
with:
version: latest
Expand Down

0 comments on commit d14d932

Please sign in to comment.