Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele committed Dec 28, 2022
1 parent 302aecc commit 0668dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
uses: "actions/setup-go@v3"
with:
go-version: "1.19"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: "Set up Docker Buildx"
uses: "docker/setup-buildx-action@v2"
- name: "Login"
uses: "docker/login-action@v2"
with:
Expand Down

0 comments on commit 0668dfe

Please sign in to comment.