Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/teams-release-msg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ jobs:
return
}
core.exportVariable("RELEASE_VERSION", release.tag_name);
- name: Wait for npm release
run: sleep 30m
shell: bash
- name: Teams channel notification
uses: FTsbrown/msteams-action@master
uses: FTsbrown/msteams-action@v1.0.1
with:
TITLE: ${{ env.RELEASE_VERSION }}
BODY: "🚀 <code>@esri/calcite-components@${{ env.RELEASE_VERSION }}</code> released! Check out the [changelog](https://github.com/Esri/calcite-components/blob/master/CHANGELOG.md) for more info. 🚀"
MS_TEAMS_WEBHOOK: ${{ secrets.TEAMS_WEBHOOK_URI }}
BODY: "🚀 <code>@esri/calcite-components@${{ env.RELEASE_VERSION }}</code> released! Check out the [changelog](https://github.com/Esri/calcite-components/blob/master/CHANGELOG.md#changelog) for more info. 🚀"
MS_TEAMS_WEBHOOK: ${{ secrets.TEAMS_WEBHOOK_URI_RELEASE }}