Update web-container.yml
This commit is contained in:
parent
9b70bcd4db
commit
61157e7e38
1 changed files with 2 additions and 1 deletions
3
.github/workflows/web-container.yml
vendored
3
.github/workflows/web-container.yml
vendored
|
|
@ -52,7 +52,8 @@ jobs:
|
|||
echo "Version is: $version"
|
||||
echo "current_version=$version" >> "$GITHUB_OUTPUT"
|
||||
- name: Use version
|
||||
run: echo "Extracted version: ${{ steps.version.outputs.current_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