Skip to content

Commit

Permalink
Use specific version when notifying Teams (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeslat authored Sep 10, 2024
1 parent b5e94ed commit 6267ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
--max-workers 1 closeAndReleaseStagingRepository"

- name: Microsoft Teams Notification
uses: skitionek/notify-microsoft-teams@master
uses: skitionek/notify-microsoft-teams@v1.0.8
if: success()
with:
webhook_url: ${{ secrets.ANDROID_LIBRARIES_TEAMS_WEBHOOK }}
Expand Down

0 comments on commit 6267ff7

Please sign in to comment.