Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix release-libs.yaml
Browse files Browse the repository at this point in the history
plebhash committed Apr 2, 2024
1 parent b822ec3 commit d3871b5
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 d3871b5

Please sign in to comment.