Skip to content

Commit

Permalink
Merge pull request #5 from kddejong/feature/schema/releases
Browse files Browse the repository at this point in the history
Fix script file
  • Loading branch information
kddejong authored Aug 21, 2024
2 parents eadd6c4 + 0868b7f commit f29d152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: "3.x"
- name: Build
run: scripts/release_schemas/create_cfn_schema_rule.py
run: 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 f29d152

Please sign in to comment.