We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a05877 commit 0eddbb5Copy full SHA for 0eddbb5
.github/workflows/submodule-trigger-workflow.yml
@@ -176,5 +176,6 @@ jobs:
176
run: |
177
echo "::notice::✅ Created pre-release with tag ${{ needs.create-prerelease.outputs.tag_name }}"
178
echo "::notice::🔗 Release URL: ${{ needs.create-prerelease.outputs.release_url }}"
179
- echo "::notice::📦 Submodule update PR created for ncw-server"
+ if: needs.create-submodule-pr.result == 'success'
180
+ run: echo "::notice::📦 Submodule update PR created for ncw-server"
181
echo "::notice::💾 Commit: ${{ needs.create-prerelease.outputs.sha }}"
0 commit comments