Skip to content

Commit 64fb7d7

Browse files
committed
refactor: remove script folder
1 parent d283bd1 commit 64fb7d7

File tree

3 files changed

+2
-106
lines changed

3 files changed

+2
-106
lines changed

.github/workflows/update-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
- name: Get latest Lotus version
2020
id: get-version
2121
run: |
22-
LATEST_VERSION=$(node scripts/get-latest-lotus-version.js)
22+
LATEST_VERSION=$(node get-latest-lotus-version.js)
2323
echo "LATEST_VERSION=$LATEST_VERSION" >> $GITHUB_ENV
2424
echo "TAG_NAME=v$LATEST_VERSION" >> $GITHUB_ENV
2525
2626
- name: Run update script
2727
run: |
28-
node scripts/update-versions.js ${{ env.LATEST_VERSION }}
28+
node update-versions.js ${{ env.LATEST_VERSION }}
2929
3030
- name: Ensure branch exists
3131
run: |
File renamed without changes.

scripts/update-versions.js

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)