Skip to content

Commit f45b871

Browse files
author
Kostas Demiris
committed
test the pr creation with forced should_sync=true
1 parent 9ebfd42 commit f45b871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_to_cosmos_chain_registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
if [ "$processed" -gt 0 ] && [ "$FORCE_SYNC" != "true" ]; then
6060
echo "Release $latest_release already processed, skipping"
61-
echo "should_sync=false" >> $GITHUB_OUTPUT
61+
echo "should_sync=true" >> $GITHUB_OUTPUT
6262
else
6363
echo "New release $latest_release found, will sync"
6464
echo "release_tag=$latest_release" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)