From fa150e5fa490d6ab71e7d7fe363172d2d45b8ee7 Mon Sep 17 00:00:00 2001 From: AJ Date: Mon, 14 Feb 2022 08:10:57 -0500 Subject: [PATCH] Use Yaml Lint and Release --- .github/workflows/main.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 039540e..abb9efa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,13 +15,16 @@ jobs: run: | echo Concact YAMLs python ./concat.py + echo List files + ls -l - name: yaml-lint uses: ibiqlik/action-yamllint@v3 with: file_or_dir: "./*.y*ml" config_file: .yamllint.yaml - #- name: Create Release - # uses: ncipollo/release-action@v1 - # with: - # allowUpdates: true - # artifacts: "./support-bundle.yaml" + - name: Create Release + uses: ncipollo/release-action@v1 + with: + allowUpdates: true + tag: 0.0.0 + artifacts: "./support-bundle.yaml"