Skip to content

Commit

Permalink
Remove working directory specification from release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hofmann <[email protected]>
  • Loading branch information
hoffe86 committed Dec 30, 2024
1 parent 44235f9 commit 7982357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- name: Create a Release
id: create_release
uses: marvinpinto/action-automatic-releases@latest
working-directory: '${{env.BuildDirectory}}'
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: ${{inputs.beta_release}}
Expand Down

0 comments on commit 7982357

Please sign in to comment.