Skip to content

Commit 8a0b832

Browse files
committed
fix action
1 parent bd9388c commit 8a0b832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Send to slack channels
1717
uses: slackapi/slack-github-action@v2.0.0
18-
if: always();
18+
if: always()
1919
continue-on-error: true
2020
with:
2121
webhook: ${{ secrets[matrix.url]}}

0 commit comments

Comments
 (0)