fix(ci): Properly pass release version output to docker job

This commit is contained in:
Pascal Bourque
2025-06-06 12:54:08 -04:00
parent 6fe35ab4c3
commit 4895828426

View File

@@ -63,6 +63,8 @@ jobs:
if: github.event_name == 'workflow_dispatch'
needs: build
runs-on: ubuntu-latest
outputs:
version: ${{ steps.version.outputs.version }}
permissions:
contents: write # to be able to publish a GitHub release
issues: write # to be able to comment on released issues