Skip to content

Commit

Permalink
Fix typo with changelog file name
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Jan 3, 2024
1 parent 79c41fd commit 6653415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
git commit -m "Add release date to changelog"
- name: Notify team
run: |
node .github/scripts/notifySlackTeam.js './Changelog.md' '${{ fromJson(steps.define-release-version.outputs.result).full }}' 'C06BYVC27QU' ${{ secrets.RELEASE_SUCCESS_SLACK_WEBHOOK }}
node .github/scripts/notifySlackTeam.js 'CHANGELOG.md' '${{ fromJson(steps.define-release-version.outputs.result).full }}' 'C06BYVC27QU' ${{ secrets.RELEASE_SUCCESS_SLACK_WEBHOOK }}

0 comments on commit 6653415

Please sign in to comment.