Skip to content

Commit 1a8c4f1

Browse files
committed
refactor: put scripts under one folder
1 parent e710184 commit 1a8c4f1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/update-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- name: Get latest Lotus version
2121
id: get-version
2222
run: |
23-
LATEST_VERSION=$(node get-latest-lotus-version.js)
23+
LATEST_VERSION=$(node scripts/get-latest-lotus-version.js)
2424
echo "LATEST_VERSION=$LATEST_VERSION" >> $GITHUB_ENV
2525
2626
- name: Run update script
27-
run: node update-versions.js ${{ env.LATEST_VERSION }}
27+
run: node scripts/update-versions.js ${{ env.LATEST_VERSION }}
2828

2929
- name: Create Pull Request
3030
uses: peter-evans/create-pull-request@v5
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)