Skip to content

Commit

Permalink
ci: curl status code
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 7, 2021
1 parent 701435f commit dc0a81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: curl
run: |
curl -v 'https://pkg.go.dev/fetch/github.com/go-faster/jx@${{ steps.vars.outputs.tag }}' \
curl -s -o - 'https://pkg.go.dev/fetch/github.com/go-faster/jx@${{ steps.vars.outputs.tag }}' \
-X 'POST' \
-H 'authority: pkg.go.dev' \
-H 'content-length: 0' \
Expand Down

0 comments on commit dc0a81a

Please sign in to comment.