Skip to content

Commit

Permalink
upstream version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Glahn committed May 10, 2023
1 parent c243e10 commit 26cd92f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- name: check changes
id: release
uses: phish108/release-check@1.0.13
uses: phish108/release-check@1.0.14
- name: only dev changes
run: exit 0
if: ${{ steps.release.outputs.hold_development == 'true' }}
Expand All @@ -83,7 +83,7 @@ jobs:
steps:
- name: check changes
id: release
uses: phish108/release-check@1.0.13
uses: phish108/release-check@1.0.14

## Skip building if nothing in the business logic has changed
- run: exit 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodejs_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- name: check changes
id: release
uses: phish108/release-check@1.0.13
uses: phish108/release-check@1.0.14
- name: only dev changes (from PR)
run: exit 1
if: ${{ steps.release.outputs.hold_development == 'true' }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: check changes
id: release
uses: phish108/release-check@1.0.13
uses: phish108/release-check@1.0.14

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 26cd92f

Please sign in to comment.