Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Mar 12, 2024
1 parent 39db229 commit 0f0d1f9
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
@@ -1,4 +1,4 @@
name: Publish to pub.dev
name: Publish release to pub.dev

on:
workflow_dispatch:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Notify Channel
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: 'https://hooks.slack.com/services/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'
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: 'INCOMING_WEBHOOK'
with:
payload: |-
Expand Down

0 comments on commit 0f0d1f9

Please sign in to comment.