We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07119d commit 8e5946aCopy full SHA for 8e5946a
.github/workflows/publish-to-gh-pages.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: setup env
19
run: |
20
- echo "name=NODE_VERSION::$(node --version)" >> $GITHUB_ENV
+ echo "NODE_VERSION=$(node --version)" >> $GITHUB_ENV
21
22
- name: Cache node modules
23
uses: actions/cache@v1
0 commit comments