Update web-container.yml
This commit is contained in:
parent
8711fb3783
commit
9b70bcd4db
1 changed files with 4 additions and 0 deletions
4
.github/workflows/web-container.yml
vendored
4
.github/workflows/web-container.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue