Skip to content

Commit

Permalink
Remove wrong uses namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Jan 3, 2024
1 parent e1f1dfc commit 79c41fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tag-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@ jobs:
git add .
git commit -m "Add release date to changelog"
- name: Notify team
uses: actions/github-script@v6
run: |
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 79c41fd

Please sign in to comment.