Skip to content

Commit

Permalink
Update release command in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Jan 30, 2024
1 parent 9345ba0 commit c590d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
with:
name: yevis_arm64
- name: "Release"
run: gh release \
run: |
gh release \
--repo ${{ github.repository }} \
create ${{ github.ref_name }} \
--title ${{ github.ref_name }} \
Expand Down

0 comments on commit c590d3d

Please sign in to comment.