Skip to content

Commit

Permalink
fix release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Sep 5, 2024
1 parent c39fb60 commit 1f55dfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ jobs:
- name: Send dispatch event to bot_playground repository
env:
LATEST_RELEASE_TAG: ${{ env.LATEST_RELEASE_TAG }}
PAT: ${{ secrets.TOKEN_SR }}
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token $PAT" \
https://api.github.com/repos/clEsperanto/bot_playground/dispatches \
-d '{"event_type":"clic_update", "client_payload": {"release_tag": "$LATEST_RELEASE_TAG"}}'
-d '{"event_type":"clic_update", "client_payload": {"release_tag": "${{ env.LATEST_RELEASE_TAG }}"}}'

0 comments on commit 1f55dfe

Please sign in to comment.