File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 141141
142142echo -e " ${GREEN} 🎉 Release process completed!${NC} "
143143echo -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} "
You can’t perform that action at this time.
0 commit comments