chore(release): temporarily disable inline do-release call
Disable the publish job in prepare-release to validate that tag push triggers do-release automatically via workflow trigger path.
This commit is contained in:
@@ -135,7 +135,7 @@ jobs:
|
|||||||
echo "## Release Prepared"
|
echo "## Release Prepared"
|
||||||
echo
|
echo
|
||||||
echo "- Tag pushed: ${tag}"
|
echo "- Tag pushed: ${tag}"
|
||||||
echo "- Calling Do Release workflow for ${tag}."
|
echo "- Do Release should trigger automatically from tag push for ${tag}."
|
||||||
} >> "$SUMMARY_FILE"
|
} >> "$SUMMARY_FILE"
|
||||||
|
|
||||||
- name: Summary
|
- name: Summary
|
||||||
@@ -153,6 +153,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
|
if: ${{ false }} # Temporary: disable direct call to validate tag-triggered do-release path.
|
||||||
needs: prepare
|
needs: prepare
|
||||||
uses: ./.gitea/workflows/do-release.yml
|
uses: ./.gitea/workflows/do-release.yml
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user