Skip to content

Commit

Permalink
fix entire stack
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodProgrammer committed Jun 4, 2023
1 parent 2127686 commit d259dea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
uses: goreleaser/goreleaser-action@master
with:
version: latest
args: release --rm-dist --config=.goreleaser.yml
args: release --rm-dist --config=../.goreleaser.yml
workdir: src
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}

Expand Down

0 comments on commit d259dea

Please sign in to comment.