Skip to content

Commit

Permalink
Remove comitting files
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Dec 4, 2024
1 parent d3f9959 commit 83ca271
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ jobs:
run: |
cargo run --features=uniffi/cli --bin uniffi-bindgen generate --library target/aarch64-linux-android/release/libuniffi_yttrium.so --language kotlin --out-dir crates/kotlin-ffi/android/src/main/kotlin/com/reown/yttrium
- name: Commit Generated Files
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Add generated binaries and bindings for release: $VERSION"
git push origin HEAD:$TARGET_BRANCH
# - name: Commit Generated Files
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# git config user.name "github-actions[bot]"
# git config user.email "github-actions[bot]@users.noreply.github.com"
# git add .
# git commit -m "Add generated binaries and bindings for release: $VERSION"
# git push origin HEAD:$TARGET_BRANCH

create-github-release:
needs: build-kotlin-artifacts
Expand Down

0 comments on commit 83ca271

Please sign in to comment.