Skip to content

Commit

Permalink
chore(daisctl): fix workdir in release (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
sduranc authored Jul 30, 2024
1 parent ef35568 commit 4a7e2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daisctl-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
distribution: goreleaser
version: 'latest'
args: release --clean
working-directory: ${{ env.WORKDIR }}
workdir: ${{ env.WORKDIR }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4a7e2e1

Please sign in to comment.