Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 7, 2021
1 parent 37bf33b commit 4167f83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: curl
uses: actions/checkout@master
run: |
curl 'https://pkg.go.dev/fetch/github.com/go-faster/jx@${{ steps.vars.outputs.tag }}' \
-X 'POST' \
Expand Down

0 comments on commit 4167f83

Please sign in to comment.