Skip to content

Commit

Permalink
Merge pull request #349 from layer5io/scripts-dir-path
Browse files Browse the repository at this point in the history
ci(repo): changed scripts path to scripts dir
  • Loading branch information
nebula-aac authored Nov 17, 2023
2 parents f0a1fcf + bca87fd commit 7fe0ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo $CHANGED_PACKAGES
- name: Version packages
run: ./version-prerelease-packages.sh $CHANGED_PACKAGES
run: ./scripts/version-prerelease-packages.sh $CHANGED_PACKAGES

- name: Commit changes
run: |
Expand All @@ -58,7 +58,7 @@ jobs:
fi
- name: Create Git tags
run: ./create-multiple-git-tag.sh
run: ./scripts/create-multiple-git-tag.sh

- name: Publish packages
run: yarn lerna publish from-package --yes
Expand Down

0 comments on commit 7fe0ef1

Please sign in to comment.