Update ci.yml

updated edge -> current
This commit is contained in:
Etienne G
2023-02-15 00:43:57 +11:00
committed by GitHub
parent ef275a9528
commit 2e9efe5d4c
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: "ARGS: grott-edge" # Build of addon edge version
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.type == 'edge'))
run: |
echo "ADDON_LIST=['grott-edge']" >> $GITHUB_ENV
echo "ADDON_LIST=['grott-current']" >> $GITHUB_ENV
echo "DOCKER_ARGS=--no-cache" >> $GITHUB_ENV
- name: "ARGS: grott" # Build of addon release version
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'