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
|
||||
echo "- Tag pushed: ${tag}"
|
||||
echo "- Calling Do Release workflow for ${tag}."
|
||||
echo "- Do Release should trigger automatically from tag push for ${tag}."
|
||||
} >> "$SUMMARY_FILE"
|
||||
|
||||
- name: Summary
|
||||
@@ -153,6 +153,7 @@ jobs:
|
||||
fi
|
||||
|
||||
publish:
|
||||
if: ${{ false }} # Temporary: disable direct call to validate tag-triggered do-release path.
|
||||
needs: prepare
|
||||
uses: ./.gitea/workflows/do-release.yml
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user