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"