Skip to content

Commit

Permalink
Update Release string to Release:
Browse files Browse the repository at this point in the history
  • Loading branch information
EddieEldridge committed Nov 26, 2023
1 parent 92229b8 commit 4cb7308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release-eop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
update-docs:
runs-on: windows-2019

if: "startsWith(github.event.head_commit.message, 'Docs')"
if: "startsWith(github.event.head_commit.message, 'Docs:')"
steps:
- name: "Checkout from latest commit: '${{ github.event.head_commit.message }}'"
uses: actions/checkout@v3
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: windows-2019

# If the latest commit message starts with 'Release', update docs and issue a release on GitHub
if: "startsWith(github.event.head_commit.message, 'Release')"
if: "startsWith(github.event.head_commit.message, 'Release:')"
steps:
- name: "Checkout from latest commit: '${{ github.event.head_commit.message }}'"
uses: actions/checkout@v3
Expand Down

0 comments on commit 4cb7308

Please sign in to comment.