Skip to content

Commit

Permalink
Use Yaml Lint and Release
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ committed Feb 14, 2022
1 parent 5773d97 commit 3aceb72
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Concat Specs

on:
push:
tags:
- "*.*.*"
branches: [ main ]
#tags:
# - "*.*.*"
jobs:
concat-specs:
runs-on: ubuntu-latest
Expand All @@ -19,8 +20,8 @@ jobs:
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
# artifacts: "./support-bundle.yaml"

0 comments on commit 3aceb72

Please sign in to comment.