Skip to content

Commit

Permalink
fix: discord webhook on release (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored May 15, 2024
1 parent 59d461a commit 6007965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
./scripts/github_action.sh "eclipse-edc" "${{ matrix.test-def.repo }}" "trigger_snapshot.yml" "" "${{ secrets.ORG_GITHUB_BOT_USER }}" "${{ secrets.ORG_GITHUB_BOT_TOKEN }}"
Post-To-Discord:
needs: [ Release-Components, Determine-Version, Secrets-Presence ]
needs: [ Publish-Components, Release-Components, Determine-Version, Secrets-Presence ]
if: "needs.Secrets-Presence.outputs.HAS_WEBHOOK && always()"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6007965

Please sign in to comment.