Skip to content

Commit

Permalink
ci: Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Jan 30, 2023
1 parent dfefdda commit eb9f32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
go-version-file: 'components/${{ needs.Extract.outputs.service }}/go.mod'
cache-dependency-path: 'components/${{ needs.Extract.outputs.service }}/go.sum'
cache: true
- run: task ${{ matrix.folder }}:tests
- run: task ${{ needs.Extract.outputs.service }}:tests

GoReleaser:
name: GoReleaser
Expand Down

0 comments on commit eb9f32a

Please sign in to comment.