Skip to content

Commit

Permalink
Merge pull request #350 from clEsperanto/add-dispatch-to-py-and-J-repos
Browse files Browse the repository at this point in the history
add dispatches for new release
  • Loading branch information
StRigaud authored Sep 29, 2024
2 parents ab31139 + f254dea commit 63d274c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/release-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"}}'
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 63d274c

Please sign in to comment.