Skip to content

Commit

Permalink
Update gha script location
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Aug 21, 2024
1 parent 9132100 commit 2606bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Build
run: |
pip install -e .
scripts/release_schemas/generator.py
scripts/release_schemas/changelog.py --version ${{ github.ref_name }}
scripts/release/generator.py
scripts/release/changelog.py --version ${{ github.ref_name }}
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/v1')
Expand Down

0 comments on commit 2606bea

Please sign in to comment.