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 c099d14 commit 1ae4ccfCopy full SHA for 1ae4ccf
.github/workflows/ci.yml
@@ -91,3 +91,11 @@ jobs:
91
asset_path: ./${{ env.ARTIFACT_NAME }}
92
asset_name: ${{ env.ARTIFACT_NAME }}
93
asset_content_type: application/gzip
94
+
95
+ - name: Trigger Installer Workflow
96
+ uses: peter-evans/repository-dispatch@v3
97
+ with:
98
+ token: ${{ secrets.PAT }}
99
+ repository: phpquant/stochastix
100
+ event-type: new-ui-release
101
+ client-payload: '{"version": "${{ env.VERSION }}"}'
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2025 William Arin
+Copyright (c) 2025-present William Arin
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
0 commit comments