Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danphilibin committed Sep 13, 2024
1 parent cbfd8b9 commit 26297f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
with:
api_key: ${{ secrets.CAMPSITE_API_KEY }}
action_type: create_message
content: "Version ${{ github.event.release.tag_name }} of `campsite-github-action` is now available. Check out the [changelog](${{ github.event.release.html_url })) for details."
channel_id: ${{ secrets.CAMPSITE_GITHUB_CHANNEL_ID }}
content: "Version ${{ github.event.release.tag_name }} of `campsite-github-action` is now available. Check out the [changelog](${{ github.event.release.html_url }}) for details."
thread_id: ${{ secrets.CAMPSITE_GITHUB_THREAD_ID }}

0 comments on commit 26297f5

Please sign in to comment.