Skip to content

Commit

Permalink
ci: update ci runner package archive
Browse files Browse the repository at this point in the history
  • Loading branch information
paddatrapper committed Feb 1, 2024
1 parent 462f670 commit 323cb4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install -y python3 python3-pip python3-setuptools twine
run: |
sudo apt-get update
sudo apt-get install -y python3 python3-pip python3-setuptools twine
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
Expand Down

0 comments on commit 323cb4a

Please sign in to comment.