Skip to content

Commit

Permalink
chore: fix release process replace keyval with odigos (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir committed May 5, 2024
1 parent 0d1eb91 commit 7734df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.RELEASE_BOT_TOKEN }}" \
https://api.github.com/repos/keyval-dev/odigos-enterprise/dispatches \
https://api.github.com/repos/odigos-io/odigos-enterprise/dispatches \
-d '{"event_type": "create_release_pr", "client_payload": {"tag": "${{ steps.extract_tag.outputs.tag }}"}}'
- name: Notify Slack End
Expand Down

0 comments on commit 7734df8

Please sign in to comment.