Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Oct 17, 2024
1 parent d41fa34 commit 4b3e559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: ⏳ Check for updates
shell: bash
run: |
if [ "$(cat ../releases.json | jq '. | length')" -eq 0 ]; then
if [ "$(cat ../releasePlan.json | jq '. | length')" -eq 0 ]; then
echo "No update available :("
else
echo "UPDATE_AVAILABLE=true" >> $GITHUB_ENV
echo "Release plan:"
cat ../releases.json
cat ../releasePlan.json
fi
- name: 🛠️ Build SDK
Expand Down

0 comments on commit 4b3e559

Please sign in to comment.