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.
2 parents 5c00c3e + e4e9843 commit d081182Copy full SHA for d081182
.github/workflows/release.yaml
@@ -106,7 +106,7 @@ jobs:
106
- name: Install Nodejs
107
uses: actions/setup-node@v1
108
with:
109
- node-version: 12.x
+ node-version: 14.x
110
111
- name: Dist
112
run: cargo xtask dist --client-patch-version $GITHUB_RUN_NUMBER
@@ -262,7 +262,7 @@ jobs:
262
263
264
265
266
267
- run: echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
268
if: github.ref == 'refs/heads/release'
0 commit comments