Skip to content

Commit f2dfca5

Browse files
committed
fix target repo name in workflow
1 parent 0256efb commit f2dfca5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not edit this file! This workflow should "just work"
2+
13
name: 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.

0 commit comments

Comments
 (0)