Skip to content

Commit

Permalink
using workdir instead of working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
samyfodil committed Jul 17, 2024
1 parent 3c3185a commit d1a4cf7
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 @@ -30,9 +30,9 @@ jobs:

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
working-directory: tau
with:
version: latest
args: release --config ../${{ matrix.config }}
workdir: tau
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d1a4cf7

Please sign in to comment.