Skip to content

Commit

Permalink
Fix a typo in action
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin committed Jul 1, 2024
1 parent 1a7a2eb commit 1301759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta-merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Merge beta branch
run: |
url=$(yq '.modules[-1].sources[0]."x-checker-data".url' io.github.kotatogram.yml)
version=$(yq '.modules[-1].sources[0].tag' io.github.kotatogra.yml)
version=$(yq '.modules[-1].sources[0].tag' io.github.kotatogram.yml)
prerelease=$(curl -sSL "$url" | jq --arg version "$version" '.[] | select(.tag_name == $version).prerelease')
if [ "$prerelease" != false ]; then
exit
Expand Down

0 comments on commit 1301759

Please sign in to comment.