diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-03-06 20:52:44 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-03-06 20:52:44 -0500 |
commit | 04dcf8ea10ff7b9555a9086208c5ef7abd386f83 (patch) | |
tree | 51dbffdd72e0cf7c4bcb56725f48bb5d53f5d559 /.github | |
parent | 4c541070bbe21083d8914ce8d529c8767106497e (diff) | |
download | lite-xl-plugin-manager-04dcf8ea10ff7b9555a9086208c5ef7abd386f83.tar.gz lite-xl-plugin-manager-04dcf8ea10ff7b9555a9086208c5ef7abd386f83.zip |
Set explicit environment.v1.2.3
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ca367e..52e4a44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,7 @@ on: { push: { branches: [master] } } jobs: build_linux_android_windows: runs-on: ubuntu-latest + environment: Release defaults: { run: { shell: bash } } steps: - name: Checkout Code |