Skip to content

Commit

Permalink
Tiny cleanup for CI repository dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 7, 2024
1 parent 0adb330 commit b272a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -97,4 +97,5 @@ jobs:
token: ${{ secrets.REPO_DISPATCH }}
repository: ${{ matrix.repo }}
event-type: jackson-core-pushed
client-payload: '{"version": "${{ needs.resolve-tag.outputs.release-tag}}"}'
# Could push information on what was built but not yet
client-payload: '{"version": "N/A" }'

0 comments on commit b272a75

Please sign in to comment.