Artur Arseniev
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
.github/workflows/publish-core-latest.yml
-
.github/workflows/publish-core-rc.yml
|
|
|
@ -7,7 +7,7 @@ on: |
|
|
|
|
|
|
|
jobs: |
|
|
|
publish: |
|
|
|
if: "contains(github.event.head_commit.message, 'Release GrapesJS core latest:')" |
|
|
|
if: "startsWith(github.event.head_commit.message, 'Release GrapesJS core latest:')" |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
@ -7,7 +7,7 @@ on: |
|
|
|
|
|
|
|
jobs: |
|
|
|
publish: |
|
|
|
if: "contains(github.event.head_commit.message, 'Release GrapesJS core rc:')" |
|
|
|
if: "startsWith(github.event.head_commit.message, 'Release GrapesJS core rc:')" |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
|