diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1e7e5e4b..c39d550e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -5,7 +5,7 @@ on: types: [ published ] jobs: - notify-pkg: + refresh: runs-on: ubuntu-latest steps: @@ -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"