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 edc92651a5 - Show all commits

View file

@ -50,7 +50,7 @@ jobs:
with: with:
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.head_ref }}
permissions: permissions:
contents: read contents: read
packages: write packages: write
@ -65,7 +65,7 @@ jobs:
with: with:
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.head_ref }}
permissions: permissions:
contents: read contents: read
packages: write packages: write