9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 09:59:15 +00:00

Skip if failed publish

This commit is contained in:
Dreeam
2024-10-22 02:41:24 -04:00
parent a5ddca9838
commit ad4499267d

View File

@@ -38,6 +38,7 @@ jobs:
- name: Publish API
if: github.event_name != 'pull_request'
continue-on-error: true
run: |
echo "REPO_USER=${{ secrets.REPO_USER }}" >> $GITHUB_ENV
export REPO_USER=${{ secrets.REPO_USER }}