1.0.0; Fix config.json and directory not getting created. Now using github actions to build and publish releases.

This commit is contained in:
khlam 2020-12-20 16:46:21 -08:00
parent 57e127cb40
commit 1fd90a19e7

View File

@ -28,7 +28,7 @@ jobs:
shell: bash
- name: Label as Nightly
if: "endsWith(github.ref, 'fs-and-github-actions')"
if: "endsWith(github.ref, 'dev')"
run: |
echo "LABEL=$(echo 'nightly')" >> $GITHUB_ENV
echo "PRERELEASE=$(echo true)" >> $GITHUB_ENV