Skip to content

Commit

Permalink
Update Git Add Command for Framework Generation
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
PSchmiedmayer authored May 31, 2024
1 parent 7f0e917 commit a7e81fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xcframework-commit-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
if: ${{ !inputs.dryrun }}
uses: EndBug/add-and-commit@v9
with:
add: '${{ inputs.outputpath }}/*.xcframework'
add: ${{ inputs.outputpath }}/*.xcframework
message: Create XCFrameworks for release ${{ inputs.version }}
tag: '${{ inputs.version }} --force'
tag_push: '--force'
tag: ${{ inputs.version }} --force
tag_push: --force
github_token: ${{ secrets.access-token || github.token }}
author_name: ${{ inputs.user || github.actor }}
author_email: ${{ inputs.user || github.actor }}@users.noreply.github.com
Expand Down

0 comments on commit a7e81fd

Please sign in to comment.