Skip to content

Commit

Permalink
Add missing env var in PyPi release slack notification (#4052)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza authored and ZanSara committed Feb 3, 2023
1 parent 5024d86 commit 5578a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Notify Slack
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
VERSION: ${{ github.ref_name }}
if: always()
uses: act10ns/slack@v2
with:
Expand Down

0 comments on commit 5578a0c

Please sign in to comment.