Skip to content

Commit

Permalink
Merge pull request #130 from telekom-mms/fix/forti-7.6
Browse files Browse the repository at this point in the history
fix: publish release with ubuntu-24.04
  • Loading branch information
neubi4 authored Aug 6, 2024
2 parents 1f5af35 + be23981 commit 7c1157c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install poetry
run: apt update && apt install -y pipx && pipx install poetry
run: sudo apt update && sudo apt install -y pipx && pipx install poetry

- name: Publish to pypi
env:
Expand Down

0 comments on commit 7c1157c

Please sign in to comment.