Skip to content

Commit

Permalink
Merge pull request #1114 from plebhash/rm-lib-versioning-script
Browse files Browse the repository at this point in the history
Remove lib versioning script
  • Loading branch information
plebhash committed Aug 19, 2024
2 parents 51c6bdf + b3dde39 commit 0f0ee1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 69 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name: Release Libs

on:
pull_request:
push:
branches:
- main

Expand All @@ -22,14 +22,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run check-versioning-lib-release.sh
run: |
./check-versioning-lib-release.sh
if [ $? -eq 1 ]; then
echo "Script returned exit code 1, halting the workflow"
exit 1
fi
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
Expand Down
60 changes: 0 additions & 60 deletions scripts/check-versioning-lib-release.sh

This file was deleted.

0 comments on commit 0f0ee1e

Please sign in to comment.