Skip to content

Commit

Permalink
Fix release workflow (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias authored Sep 12, 2023
1 parent d488da9 commit 1321af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion doc/changes/changes_0.5.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Transformers Extension 0.5.0, released 2023-09-11
# Transformers Extension 0.5.0, released 2023-09-12

Code name: Support for transformer 4.31

Expand Down

0 comments on commit 1321af1

Please sign in to comment.