Skip to content

Commit f1f4460

Browse files
authored
chore(ci): fix the release action (#37)
1 parent 21f319f commit f1f4460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
if: steps.check-changes.outputs.has-changes == 'true'
9696
with:
9797
draft: false
98-
repository: space-code/network-layer
98+
repository: space-code/atomic
9999
name: ${{ steps.next-version.outputs.NEXT_VERSION }}
100100
tag_name: ${{ steps.next-version.outputs.NEXT_VERSION }}
101101
body: ${{ steps.release-notes.outputs.RELEASE_NOTES }}

0 commit comments

Comments
 (0)