We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a4f5c commit e710184Copy full SHA for e710184
.github/workflows/update-versions.yml
@@ -22,7 +22,6 @@ jobs:
22
run: |
23
LATEST_VERSION=$(node get-latest-lotus-version.js)
24
echo "LATEST_VERSION=$LATEST_VERSION" >> $GITHUB_ENV
25
- echo "TAG_NAME=v$LATEST_VERSION" >> $GITHUB_ENV
26
27
- name: Run update script
28
run: node update-versions.js ${{ env.LATEST_VERSION }}
0 commit comments