Skip to content

Commit 8e5946a

Browse files
committedDec 16, 2020
Fix format
1 parent c07119d commit 8e5946a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish-to-gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: setup env
1919
run: |
20-
echo "name=NODE_VERSION::$(node --version)" >> $GITHUB_ENV
20+
echo "NODE_VERSION=$(node --version)" >> $GITHUB_ENV
2121
2222
- name: Cache node modules
2323
uses: actions/cache@v1

0 commit comments

Comments
 (0)
Please sign in to comment.