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:
1
.github/workflows/build-1211.yml
vendored
1
.github/workflows/build-1211.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user