File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Do not edit this file! This workflow should "just work"
2+
13name : Announce New Release to Rayforge Registry
24
35# This workflow triggers automatically whenever a new tag matching 'v*.*.*' is pushed.
@@ -15,14 +17,12 @@ jobs:
1517 uses : peter-evans/repository-dispatch@v2
1618 with :
1719 # The central registry repository that will receive the announcement.
18- # Do not change this value.
19- repository : rayforge/rayforge-plugin-registry
20+ repository : rayforge/rayforge-registry
2021
2122 # This uses the secret you created in your repository settings.
2223 token : ${{ secrets.REGISTRY_ACCESS_TOKEN }}
2324
2425 # This is the event name the central registry is listening for.
25- # Do not change this value.
2626 event-type : package-release-published
2727
2828 # This is the data payload sent with the announcement.
You can’t perform that action at this time.
0 commit comments