Skip to content

Commit e710184

Browse files
committed
fix: remove tag name variable as not being used
1 parent 12a4f5c commit e710184

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/update-versions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
run: |
2323
LATEST_VERSION=$(node get-latest-lotus-version.js)
2424
echo "LATEST_VERSION=$LATEST_VERSION" >> $GITHUB_ENV
25-
echo "TAG_NAME=v$LATEST_VERSION" >> $GITHUB_ENV
2625
2726
- name: Run update script
2827
run: node update-versions.js ${{ env.LATEST_VERSION }}

0 commit comments

Comments
 (0)