Skip to content

Commit

Permalink
fix: release - 'miss working-dir'
Browse files Browse the repository at this point in the history
  • Loading branch information
twoeths committed Feb 6, 2025
1 parent 438ea28 commit 896caf2
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 @@ -97,7 +97,7 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
${{ github.workspace }}/release
working-directory: ${{ github.workspace }}/release
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
Expand Down

0 comments on commit 896caf2

Please sign in to comment.