Skip to content

Commit

Permalink
Update check_release.yml
Browse files Browse the repository at this point in the history
lakejason0 authored Oct 31, 2024
1 parent b903fc3 commit e06c3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_release.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
run: |
echo "Checking for new releases..."
# Use curl to fetch release data from the other repository
LATEST_RELEASE=$(curl -s https://api.github.com/repos/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project/releases/latest | jq -r '.tag_name')
LATEST_RELEASE=$(curl -s https://api.github.com/repositories/358636775/releases/latest | jq -r '.tag_name')
# Read the current version from version.json
CURRENT_VERSION=$(cat version.json | jq -r '.version')
@@ -56,4 +56,4 @@ jobs:
else
echo "No new release found."
fi
fi

0 comments on commit e06c3bd

Please sign in to comment.