Skip to content

Commit

Permalink
commit generated headers on release
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Jan 30, 2024
1 parent ae7b3b1 commit 633abb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
RUST_TARGETS: aarch64-apple-ios aarch64-apple-ios-sim x86_64-apple-ios
ZIP_FILE_NAME: Tesseract-Core.bin.zip
CI_COMMIT_AUTHOR: Release Action
CI_COMMIT_MESSAGE: Package.swift binary update
CI_COMMIT_MESSAGE: Package.swift Rust binary update
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -72,6 +72,7 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "[email protected]"
git add Package.swift
git add --all Sources/CTesseractShared/
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push origin
git tag -a "${VERSION}" -m "${RELEASE}"
Expand Down

0 comments on commit 633abb2

Please sign in to comment.