Skip to content

Commit

Permalink
Merge pull request #6 from kddejong/feature/schema/releases
Browse files Browse the repository at this point in the history
Install cfnlint with release
  • Loading branch information
kddejong authored Aug 21, 2024
2 parents f29d152 + e7352d0 commit 962cceb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
with:
python-version: "3.x"
- name: Build
run: scripts/release_schemas/generator.py
run: |
pip install -e .
scripts/release_schemas/generator.py
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v1')
Expand Down

0 comments on commit 962cceb

Please sign in to comment.