Skip to content

Commit

Permalink
Merge pull request #66 from plebhash/rm-lib-versioning-script
Browse files Browse the repository at this point in the history
rm lib versioning script
  • Loading branch information
plebhash committed Aug 19, 2024
2 parents 98be997 + e50da12 commit cbdaa0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 70 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,18 @@
name: Release Libs

on:
pull_request:
workflow_run:
workflows: ["Semver Check"]
types: [completed]
branches:
- main

jobs:
libs_publish:
runs-on: ubuntu-latest
steps:
- 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 cbdaa0c

Please sign in to comment.