This commit is contained in:
Matt M
2024-11-07 11:19:22 -08:00
parent 7cc491536b
commit 38f40bf03d

View File

@@ -65,4 +65,4 @@ jobs:
token: ${{ secrets.VENDOR_JSON_REPO_PUSH_TOKEN }}
repository: PhotonVision/vendor-json-repo
event-type: tag
client-payload: '{"run_id": "${{ github.event.workflow_run.id }}", "package_version": "${{ github.ref_name }}"}'
client-payload: '{"run_id": "${{ github.run_id }}", "package_version": "${{ github.ref_name }}"}'