Skip to content

Commit

Permalink
Remove unnecessary id from github action steps (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored May 16, 2022
1 parent d2d0dac commit 58ddbf6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
fetch-depth: 0

- name: Setup QEMU
id: qemu
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Setup Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2

- name: Setup Go
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
fetch-depth: 0

- name: Setup QEMU
id: qemu
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Setup Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2

- name: Setup Go
Expand Down

0 comments on commit 58ddbf6

Please sign in to comment.