diff --git a/.github/workflows/release-notification.yml b/.github/workflows/release-notification.yml index 74a958db..6f3074c1 100644 --- a/.github/workflows/release-notification.yml +++ b/.github/workflows/release-notification.yml @@ -22,5 +22,15 @@ jobs: curl -X POST \ -H "Accept: application/vnd.github.v3+json" \ -H "Authorization: token $PAT" \ - https://api.github.com/repos/clEsperanto/bot_playground/dispatches \ + https://api.github.com/repos/clEsperanto/pyclesperanto/dispatches \ + -d '{"event_type":"clic_update", "client_payload": {"release_tag": "${{ env.LATEST_RELEASE_TAG }}"}}' + + - name: Send dispatch event to bot_playground repository + env: + PAT: ${{ secrets.TOKEN_SR }} + run: | + curl -X POST \ + -H "Accept: application/vnd.github.v3+json" \ + -H "Authorization: token $PAT" \ + https://api.github.com/repos/clEsperanto/clesperantoj_prototype/dispatches \ -d '{"event_type":"clic_update", "client_payload": {"release_tag": "${{ env.LATEST_RELEASE_TAG }}"}}' diff --git a/CMakeLists.txt b/CMakeLists.txt index 39b0c737..4ff9a92b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) -project(CLIc VERSION 0.13.1) +project(CLIc VERSION 0.13.2) set(kernel_version_tag "3.0.0" CACHE STRING "clEsperanto kernel version tag") set(eigen_lib_version_tag "3.4.0" CACHE STRING "Eigen library version tag")