Skip to content

Commit

Permalink
FEAT: adjust publish pipeline and add sudo to install
Browse files Browse the repository at this point in the history
  • Loading branch information
scottenock committed Sep 18, 2024
1 parent 56427b2 commit 1669ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
java-version: "17"
- name: Install xmlstarlet
run: |
apt update
apt install xmlstarlet
sudo apt update
sudo apt install xmlstarlet
- run: npm ci
- run: npm test
- run: npm run build --if-present
Expand Down

0 comments on commit 1669ffb

Please sign in to comment.