Skip to content

Commit

Permalink
Remove Mantic
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo committed Jul 29, 2024
1 parent 2d9dd7c commit 881fcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo ${{ secrets.PPA_COPY_TOKEN }} | base64 --decode > /tmp/lp_credentials
git clone https://git.launchpad.net/ubuntu-archive-tools
cd ubuntu-archive-tools
for release in "focal" "mantic" "jammy"; do
for release in "focal" "jammy"; do
python3 copy-package -y -b -p nethermindeth --ppa-name=nethermind -s noble --to-suite=$release nethermind
done
rm -f /tmp/lp_credentials
Expand Down

0 comments on commit 881fcc0

Please sign in to comment.