CI: fix releases

This commit is contained in:
João Marcos 2025-04-06 14:02:47 -03:00
parent 3bf6aaa810
commit 61dab2af29
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
automated-draft-release:
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
needs: build-artifacts-and-run-tests
needs: call-workflow-build-artifacts-and-run-tests
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@ -18,7 +18,7 @@ jobs:
uses: dawidd6/action-download-artifact@v6
with:
path: artifacts
workflow: build-and-test.yml
workflow: build-artifacts-and-run-tests.yml
run_id: ${{ github.event.inputs.run_id }}
- name: Package release assets