Skip to content

Commit 0f0ee1e

Browse files
authored
Merge pull request #1114 from plebhash/rm-lib-versioning-script
Remove lib versioning script
2 parents 51c6bdf + b3dde39 commit 0f0ee1e

File tree

2 files changed

+1
-69
lines changed

2 files changed

+1
-69
lines changed

.github/workflows/release-libs.yaml

+1-9
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
name: Release Libs
1212

1313
on:
14-
pull_request:
14+
push:
1515
branches:
1616
- main
1717

@@ -22,14 +22,6 @@ jobs:
2222
- name: Checkout code
2323
uses: actions/checkout@v4
2424

25-
- name: Run check-versioning-lib-release.sh
26-
run: |
27-
./check-versioning-lib-release.sh
28-
if [ $? -eq 1 ]; then
29-
echo "Script returned exit code 1, halting the workflow"
30-
exit 1
31-
fi
32-
3325
- uses: actions/checkout@v4
3426
- uses: actions-rs/toolchain@v1
3527
with:

scripts/check-versioning-lib-release.sh

-60
This file was deleted.

0 commit comments

Comments
 (0)