1 Commits

Author SHA1 Message Date
Pascal Bourque
4895828426 fix(ci): Properly pass release version output to docker job 2025-06-06 12:54:08 -04:00

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