Skip to content

Commit

Permalink
Fix public release (#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
javitonino authored Dec 24, 2024
1 parent fa75966 commit a6c222f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/public_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
contents: write # This is required to create the release

jobs:
release:
Expand Down Expand Up @@ -151,6 +151,12 @@ jobs:
python-version: "3.12.5"
cache: "true"

# Needed for nidx_protos (rust)
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install nucliadb
run: pdm sync -d --clean --no-editable

Expand Down

0 comments on commit a6c222f

Please sign in to comment.