Skip to content

Commit 5062d9f

Browse files
authored
Merge pull request #8 from aboutcode-org/trusted-publishing
Fix indentation error in release workflow
2 parents e4caec4 + 5e4f9f4 commit 5062d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
2222

2323
- name: Create a GitHub release
24-
uses: softprops/action-gh-release@v2
25-
with:
24+
uses: softprops/action-gh-release@v2
25+
with:
2626
generate_release_notes: true
2727
draft: false

0 commit comments

Comments
 (0)