Skip to content

Commit

Permalink
Update deploy-beta.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuhardt authored Oct 28, 2023
1 parent 9368b55 commit 2c879a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
if [[ -n "$MANUAL_VERSION" ]]; then
echo "build_version=$MANUAL_VERSION" >> "$GITHUB_OUTPUT"
elif [[ -n "$AUTO_VERSION ]]; then
elif [[ -n "$AUTO_VERSION" ]]; then
echo "build_version=$AUTO_VERSION" >> "$GITHUB_OUTPUT"
fi
env:
Expand Down

0 comments on commit 2c879a5

Please sign in to comment.