github release don't need secrets

This commit is contained in:
github-actions[bot]
2025-10-29 14:26:48 +11:00
parent 81f474704b
commit 7863363e42

View File

@@ -21,7 +21,6 @@ jobs:
runs-on: ubuntu-latest
# Only run if the upstream workflow succeeded
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
environment: prod
steps:
- name: Checkout code