Skip to content

Commit

Permalink
chore: fix cd jobs name
Browse files Browse the repository at this point in the history
  • Loading branch information
siyul-park committed Dec 25, 2024
1 parent 43d47d3 commit 580702c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [ published ]

jobs:
notify-pkg:
refresh:
runs-on: ubuntu-latest

steps:
Expand All @@ -26,7 +26,4 @@ jobs:
echo "Sending POST request to $FULL_URL"
# Send the POST request
curl -X POST "$FULL_URL" \
-H "Content-Type: application/json" \
--fail \
|| echo "Failed to notify pkg.go.dev"
curl -X POST "$FULL_URL" --fail || echo "Failed to notify pkg.go.dev"

0 comments on commit 580702c

Please sign in to comment.