Skip to content

Commit

Permalink
Remove Draft from Release on Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rlove authored Jul 8, 2023
1 parent acd6f2a commit d4cb8e8
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 @@ -13,7 +13,7 @@ jobs:
run: make all
- name: lastest-release
run: |
gh release create ${{ github.ref_name }} --draft -t "${{ github.ref_name }}" -n "Release ${{ github.ref_name }}" --generate-notes --verify-tag
gh release create ${{ github.ref_name }} -t "${{ github.ref_name }}" -n "Release ${{ github.ref_name }}" --generate-notes --verify-tag
gh release upload ${{ github.ref_name }} AL2023.zip
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit d4cb8e8

Please sign in to comment.