Skip to content

Commit

Permalink
Merge pull request #29 from plebhash/trigger-release-lib-automatically
Browse files Browse the repository at this point in the history
fix release-libs.yaml
  • Loading branch information
plebhash authored Apr 2, 2024
2 parents bdd7f34 + d3871b5 commit 72cce3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
@@ -19,8 +19,10 @@ jobs:
check_versioning_lib_release:
runs-on: ubuntu-latest
steps:
- name: run check-versioning-lib-release.sh
- uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v3

- name: Run check-versioning-lib-release.sh
run: |
./check-versioning-lib-release.sh
if [ $? -eq 1 ]; then

0 comments on commit 72cce3f

Please sign in to comment.