Skip to content

Commit

Permalink
Fix workflow (google#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Mar 23, 2023
1 parent f7fe386 commit 32a37a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
with:
fetch-depth: 0
- name: Run Tests
uses: ./.github/actions/test.yaml
uses: ./.github/workflows/test.yaml
- name: Run Lints
uses: ./.github/actions/lint.yaml
uses: ./.github/workflows/lint.yaml
- uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2
- uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2
- name: Set up Go
Expand Down

0 comments on commit 32a37a0

Please sign in to comment.