Skip to content

Commit 0465d98

Browse files
authored
Merge pull request #27 from athombv/master
ci: fix release
2 parents 6ee28d5 + b346031 commit 0465d98

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
@@ -55,7 +55,7 @@ jobs:
5555
# Post a Slack notification on success/failure
5656
- name: Slack notify
5757
if: always()
58-
uses: innocarpe/actions-slack@b2f50d9d8037ef8a1f77fa4659767747120124e4
58+
uses: innocarpe/actions-slack@0a7257df6b0ee9c03e24af13ad8b58709c50d3c1
5959
with:
6060
status: ${{ job.status }}
6161
success_text: '${{github.repository}} - Published ${{ env.package_name }}@${{ env.package_version }} to GitHub Packages Registry 🚀'

0 commit comments

Comments
 (0)