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:
parent
57e127cb40
commit
1fd90a19e7
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Label as Nightly
|
- name: Label as Nightly
|
||||||
if: "endsWith(github.ref, 'fs-and-github-actions')"
|
if: "endsWith(github.ref, 'dev')"
|
||||||
run: |
|
run: |
|
||||||
echo "LABEL=$(echo 'nightly')" >> $GITHUB_ENV
|
echo "LABEL=$(echo 'nightly')" >> $GITHUB_ENV
|
||||||
echo "PRERELEASE=$(echo true)" >> $GITHUB_ENV
|
echo "PRERELEASE=$(echo true)" >> $GITHUB_ENV
|
||||||
|
Loading…
Reference in New Issue
Block a user