Skip to content

Bump kx-serialization to 1.8.1 to avoid RawValue deserialization bug … #37

Bump kx-serialization to 1.8.1 to avoid RawValue deserialization bug …

Bump kx-serialization to 1.8.1 to avoid RawValue deserialization bug … #37

name: Trigger Jitpack Build
on:
push:
branches: [ develop, neo ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get short Git commit SHA
id: sha
run: echo "short=${GITHUB_SHA:0:10}" >> $GITHUB_OUTPUT
- name: Trigger Jitpack Build
run: |
JITPACK_URL="https://jitpack.io/com/github/${{ github.repository }}/${{ steps.sha.outputs.short }}/build.log"
curl -s -m 300 ${JITPACK_URL}