Skip to content

Commit

Permalink
ci: fix rel (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan authored Dec 18, 2023
1 parent d8e1873 commit 0163aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: {{ github.event.inputs.ref }}
ref: ${{ github.event.inputs.ref }}

- name: build release
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 0163aa2

Please sign in to comment.