Skip to content

Commit

Permalink
move condition to access required info
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifayr committed Nov 1, 2023
1 parent 3128564 commit e87ed94
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,11 +8,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: startsWith(github.event.head_commit.message, 'bump version to patch')
steps:
- name: checkout
uses: actions/checkout@v3

if: startsWith(github.event.head_commit.message, 'bump version to patch')
- name: github release
uses: softprops/action-gh-release@v1

Expand Down

0 comments on commit e87ed94

Please sign in to comment.