Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias authored Sep 11, 2023
1 parent d488da9 commit d7f2bcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Build language container
run: nox -s export_slc
run: poetry run nox -s export_slc

- name: Upload assets to the GitHub release draft
uses: shogo82148/actions-upload-release-asset@v1
Expand Down

0 comments on commit d7f2bcb

Please sign in to comment.