Skip to content

Commit

Permalink
install jsonref for thunder
Browse files Browse the repository at this point in the history
  • Loading branch information
ksentak committed Aug 13, 2024
1 parent ef7c353 commit 81e60ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y \
python3-pip \
build-essential \
cmake \
pkg-config \
Expand Down Expand Up @@ -65,6 +66,10 @@ jobs:
ninja-build \
dpkg
# Install jsonref
- name: Install jsonref
run: pip3 install jsonref

- name: Set up NPM token
env:
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} # <-- allow npm publish for each workspace
Expand Down

0 comments on commit 81e60ce

Please sign in to comment.