Skip to content

Commit

Permalink
Update goreleaser.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Drewry Pope <[email protected]>
  • Loading branch information
dezren39 authored Nov 7, 2023
1 parent f565272 commit 76dfdc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: ${{ matrix }} goreleaser
strategy:
matrix:
includes: [ "./sources/graph" ]
include: [ { working-directory: "./sources/graph" } ]
runs-on: ubuntu-latest
steps:
- name: Dump job context
Expand All @@ -64,14 +64,14 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "${{ matrix }}/go.mod"
go-version-file: "${{ matrix.working-directory }}/go.mod"
check-latest: true
- name: Run GoReleaser ${{ matrix }}
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: release --clean
workdir: ${{ matrix }}
workdir: ${{ matrix.working-directory }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 76dfdc5

Please sign in to comment.