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.
run check-versioning-lib-release.sh on CI
Browse files Browse the repository at this point in the history
plebhash committed Apr 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 76a4c40 commit b822ec3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
@@ -16,6 +16,18 @@ on:
- main

jobs:
check_versioning_lib_release:
runs-on: ubuntu-latest
steps:
- name: run check-versioning-lib-release.sh
- uses: actions/checkout@v3
run: |
./check-versioning-lib-release.sh
if [ $? -eq 1 ]; then
echo "Script returned exit code 1, halting the workflow"
exit 1
fi
libs_publish:
runs-on: ubuntu-latest
steps:

0 comments on commit b822ec3

Please sign in to comment.