You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/publish.yml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,13 @@ jobs:
83
83
-d "{\"username\": \"Teslemetry Release\", \"content\": \"🚀 **New Release**\n**@teslemetry/node-red-contrib-teslemetry** version **$VERSION** is now available!\"}" \
84
84
$DISCORD_WEBHOOK
85
85
86
+
- name: Refresh Node-RED Flow Library
87
+
if: steps.check_releases.outputs.node_red_version
88
+
run: |
89
+
curl -X POST https://flows.nodered.org/hooks/npm \
0 commit comments