Skip to content

Commit

Permalink
workflow: Fix remaining bugs(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Sep 26, 2023
1 parent fb5158f commit 53e0531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_libgui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
gh api repos/CottonMC/LibGui/releases/latest > latest.json
latest_name=$(cat latest.json | jq -r '.name')
latest_tag=$(cat latest.json | jq -r '.tag_name')
echo "latest-name=$latest_name" >> GITHUB_OUTPUT
echo "latest-tag=$latest_tag" >> GITHUB_OUTPUT
echo "latest-name=$latest_name" >> "$GITHUB_OUTPUT"
echo "latest-tag=$latest_tag" >> "$GITHUB_OUTPUT"
env:
GITHUB_TOKEN: ${{ github.token }}
id: find-latest
Expand Down

0 comments on commit 53e0531

Please sign in to comment.