Skip to content

Commit

Permalink
Merge pull request #9 from Jumpaku/fix/release-action
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
Jumpaku authored Feb 19, 2024
2 parents 4b65658 + 4e18fa9 commit 132207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
release_draft:
if: ${{ github.event.pull_request.merged && github.head_ref == "github-actions-update" }}
if: ${{ github.event.pull_request.merged && github.head_ref == 'github-actions-update' }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 132207e

Please sign in to comment.