Skip to content

Commit

Permalink
Fix indentation in publish_release_reusable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmwells-amazon authored Jun 13, 2023
1 parent f17502c commit f370cd4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish_release_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
shell: bash
run: mv debug/libcedar_java_ffi.so debug/libcedar_java_ffi-${{ inputs.name }}.so
- name: Create GitHub release
uses: softprops/action-gh-release@v1
with:
name: CedarJavaFFI ${{ inputs.name }}
tag_name: ${{ inputs.tag_name }}
body: ${{ inputs.release_notes }}
draft: ${{ inputs.draft }}
prerelease: ${{ inputs.prerelease }}
files: debug/libcedar_java_ffi-${{ inputs.name }}
fail_on_unmatched_files: true
uses: softprops/action-gh-release@v1
with:
name: CedarJavaFFI ${{ inputs.name }}
tag_name: ${{ inputs.tag_name }}
body: ${{ inputs.release_notes }}
draft: ${{ inputs.draft }}
prerelease: ${{ inputs.prerelease }}
files: debug/libcedar_java_ffi-${{ inputs.name }}
fail_on_unmatched_files: true

0 comments on commit f370cd4

Please sign in to comment.