Skip to content

Commit aa56e4d

Browse files
committed
Updates event type for release publishing
Changes the event type to trigger on release publishing to ensure proper GitVersion updates.
1 parent 1942455 commit aa56e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gittools-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
with:
4040
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
4141
repository: ${{ github.repository_owner }}/actions
42-
event-type: gitversion-update-examples
42+
event-type: gitversion-release-published
4343
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "tag": "${{ steps.get-version.outputs.version }}"}'

0 commit comments

Comments
 (0)