Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo authored Apr 30, 2024
1 parent 4b89002 commit c6864cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# exit 1
build:
runs-on: ${{ matrix.host_os }}
if: "contains(github.event.commits[0].message, '[Release]')"
# if: "contains(github.event.commits[0].message, '[Release]')"
# needs: check
continue-on-error: true
strategy:
Expand Down Expand Up @@ -152,6 +152,6 @@ jobs:
# with:
# artifacts: artifacts/*
# bodyFile: ${{ env.release_info }}
tag: ${{ env.version }}
name: ${{ env.version }}
makeLatest: true
# tag: ${{ env.version }}
# name: ${{ env.version }}
# makeLatest: true

0 comments on commit c6864cc

Please sign in to comment.