Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OnCloud125252 committed Oct 16, 2024
1 parent 09566cc commit 25316dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
check:
name: Check commit message
runs-on: blacksmith-4vcpu-ubuntu-2204
runs-on: ubuntu-latest
outputs:
commit_message: ${{ steps.check_commit_message.outputs.commit_message }}

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
name: Create release and upload asset
needs: [check, build]
if: ${{ needs.check.outputs.commit_message != '' }}
runs-on: blacksmith-4vcpu-ubuntu-2204
runs-on: ubuntu-latest
permissions: write-all

steps:
Expand Down

0 comments on commit 25316dc

Please sign in to comment.