Merge branch 'main' into feature/settings-page

This commit is contained in:
Matt DiMeglio 2025-06-12 16:23:11 -04:00
commit 3d274363e7

View file

@ -47,8 +47,12 @@ jobs:
id: package_version
shell: bash
run: |
ls -la web/package.json
version=$(jq -r '.version' web/package.json)
echo "Version is: $version"
echo "current_version=$version" >> "$GITHUB_OUTPUT"
- name: Use version
run: echo "Extracted version: ${{ steps.version.outputs.current_version }}"
nonprod-deploy:
needs: determine-workflow
if: needs.determine-workflow.outputs.workflow_type != 'release'