Skip to content

Commit aa57ad0

Browse files
authored
Revert "Enhance release script to provide direct workflow links (#172)" (#174)
This reverts commit dee29aa.
1 parent d70f46c commit aa57ad0

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

release.sh

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -141,19 +141,4 @@ fi
141141

142142
echo -e "${GREEN}🎉 Release process completed!${NC}"
143143
echo -e "${GREEN}📦 GitHub Actions will now build and publish the NuGet package${NC}"
144-
145-
# Try to get direct link to the workflow run (best effort)
146-
echo -e "${YELLOW}🔍 Looking for triggered workflow...${NC}"
147-
sleep 3 # Give GitHub a moment to register the workflow
148-
149-
if command -v gh >/dev/null 2>&1; then
150-
# Get the most recent workflow run (should be ours)
151-
RUN_URL=$(gh run list --limit 1 --json url --jq '.[0].url' 2>/dev/null)
152-
if [[ -n "$RUN_URL" && "$RUN_URL" != "null" ]]; then
153-
echo -e "${YELLOW}📋 Direct link to workflow: ${RUN_URL}${NC}"
154-
else
155-
echo -e "${YELLOW}📋 You can monitor the progress at: https://github.com/maximn/google-maps/actions${NC}"
156-
fi
157-
else
158-
echo -e "${YELLOW}📋 You can monitor the progress at: https://github.com/maximn/google-maps/actions${NC}"
159-
fi
144+
echo -e "${YELLOW}📋 You can monitor the progress at: https://github.com/maximn/google-maps/actions${NC}"

0 commit comments

Comments
 (0)