Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
honhimW authored Sep 13, 2024
1 parent 95cf48a commit c6eb0db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ on:
jobs:
create_release:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v2

uses: actions/checkout@v4
- name: Create Release
if: github.event_name == 'workflow_dispatch'
id: create_release
Expand All @@ -22,6 +20,7 @@ jobs:
release_name: Release ${{ github.run_number }}
draft: false
prerelease: false

build:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit c6eb0db

Please sign in to comment.