Skip to content

Commit

Permalink
修改github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsmf committed Jul 17, 2024
1 parent 958a1ba commit 2ab4649
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
BRANCH="${{ github.ref_name }}"
gh release create v${{ needs.build.outputs.version }} \
--target "$BRANCH" \
--draft \
--title "v${{ needs.build.outputs.version }}" \
--notes "$(cat << 'EOM'
Expand Down

0 comments on commit 2ab4649

Please sign in to comment.