push version #8

Merged
mattdimegs merged 51 commits from bugfix/code-change4john into main 2025-06-11 23:01:08 +00:00
Showing only changes of commit bd6bee9ead - Show all commits

View file

@ -51,6 +51,9 @@ jobs:
environments: ${{ matrix.env }} environments: ${{ matrix.env }}
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }} workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
branch: ${{ github.ref_name }} branch: ${{ github.ref_name }}
permissions:
contents: read
packages: write
prod-deploy: prod-deploy:
needs: determine-workflow needs: determine-workflow
if: needs.determine-workflow.outputs.workflow_type == 'release' if: needs.determine-workflow.outputs.workflow_type == 'release'
@ -63,3 +66,6 @@ jobs:
environments: ${{ matrix.env }} environments: ${{ matrix.env }}
workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }} workflow_type: ${{ needs.determine-workflow.outputs.workflow_type }}
branch: ${{ github.ref_name }} branch: ${{ github.ref_name }}
permissions:
contents: read
packages: write