Skip to content

Commit

Permalink
fix: yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nimish-ks committed Sep 14, 2024
1 parent fa3b48f commit 1953787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
PHASE_CLI_VERSION=$(cat phase-version/PHASE_CLI_VERSION.txt)
echo "PHASE_CLI_VERSION=$PHASE_CLI_VERSION" >> $GITHUB_ENV
- name: Debug PHASE_CLI_VERSION
run: echo "PHASE_CLI_VERSION is: $PHASE_CLI_VERSION"
run: |
echo "PHASE_CLI_VERSION is: $PHASE_CLI_VERSION"
shell: bash

# Build DEB and RPM packages for Linux
Expand Down

0 comments on commit 1953787

Please sign in to comment.