We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f319f commit f1f4460Copy full SHA for f1f4460
.github/workflows/release.yml
@@ -95,7 +95,7 @@ jobs:
95
if: steps.check-changes.outputs.has-changes == 'true'
96
with:
97
draft: false
98
- repository: space-code/network-layer
+ repository: space-code/atomic
99
name: ${{ steps.next-version.outputs.NEXT_VERSION }}
100
tag_name: ${{ steps.next-version.outputs.NEXT_VERSION }}
101
body: ${{ steps.release-notes.outputs.RELEASE_NOTES }}
0 commit comments