We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7b3b1 commit 633abb2Copy full SHA for 633abb2
1 file changed
.github/workflows/release.yml
@@ -4,7 +4,7 @@ env:
4
RUST_TARGETS: aarch64-apple-ios aarch64-apple-ios-sim x86_64-apple-ios
5
ZIP_FILE_NAME: Tesseract-Core.bin.zip
6
CI_COMMIT_AUTHOR: Release Action
7
- CI_COMMIT_MESSAGE: Package.swift binary update
+ CI_COMMIT_MESSAGE: Package.swift Rust binary update
8
on:
9
workflow_dispatch:
10
inputs:
@@ -72,6 +72,7 @@ jobs:
72
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
73
git config --global user.email "ypopovych@users.noreply.github.com"
74
git add Package.swift
75
+ git add --all Sources/CTesseractShared/
76
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
77
git push origin
78
git tag -a "${VERSION}" -m "${RELEASE}"
0 commit comments