Skip to content

Commit

Permalink
fixed bug with else statement
Browse files Browse the repository at this point in the history
  • Loading branch information
haouarihk committed Jun 28, 2024
1 parent 7f35071 commit 4ad358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if [[ "${{ contains(steps.version.outputs.name, '-beta') }}" == 'true' ]]; then
cp manifest-beta.json manifest.json
else
cp manifest.json manifest.json
echo "do nothing"
fi
shell: bash

Expand Down

0 comments on commit 4ad358b

Please sign in to comment.