Skip to content

Commit

Permalink
Merge pull request #411 from martindevans/test_pr2
Browse files Browse the repository at this point in the history
Test Release PR 2
  • Loading branch information
martindevans authored Jan 6, 2024
2 parents cdb98f2 + 5a4e6d8 commit d457cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi

mkdir ./temp;
mkdir ./temp/runtimes;
cp ./LLama/runtimes ./temp/runtimes -R;
cp ./LLama/runtimes ./temp -R;
cp ./LLama/runtimes/build/*.* ./temp/;

# get the current version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-patch-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
release-patch-trigger:
if: contains(github.event.pull_request.labels.*.name, 'patch-release') && !contains(github.event.pull_request.labels.*.name, 'minor-release')
if: contains(github.event.pull_request.labels.*.name, 'patch-release') && !contains(github.event.pull_request.labels.*.name, 'minor-release')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit d457cc3

Please sign in to comment.