Skip to content

Commit

Permalink
Merge pull request #14 from Az-r-ow/ci
Browse files Browse the repository at this point in the history
fix: init_submodules script name in release workflow
  • Loading branch information
Az-r-ow authored Mar 9, 2024
2 parents e3f33b5 + 02d85f5 commit c2041ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}

- name: Initialize Submodules
run: source ${{ env.SCRIPTS_DIR }}/initialize_submodules.sh
run: source ${{ env.SCRIPTS_DIR }}/init_submodules.sh

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit c2041ac

Please sign in to comment.