Skip to content

Commit

Permalink
chore(release.yml): update release.yml file (#772)
Browse files Browse the repository at this point in the history
- add the env list in the workflow event dispatcher
  • Loading branch information
ajimae authored Aug 5, 2024
1 parent 48b6815 commit 8cfd882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
if: steps.changesets.outputs.published == 'true'
run: |
gh api --method POST /repos/commercetools/commercetools-typescript-sdk/dispatches -f "event_type=new_release"
env:
GITHUB_TOKEN: ${{ steps.generate_github_token.outputs.token }}

- name: Convert markdown to slack markdown
uses: LoveToKnow/[email protected]
Expand Down

0 comments on commit 8cfd882

Please sign in to comment.