Skip to content

Commit

Permalink
Merge pull request #200 from aviemet/realease
Browse files Browse the repository at this point in the history
ci: adds sudo
  • Loading branch information
aviemet authored May 15, 2024
2 parents 0f37720 + 7bbcc39 commit 3de7e20
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 @@ -19,9 +19,9 @@ jobs:

- name: Version Bump
run: |
apt update && apt upgrade && apt install -y curl
sudo apt update && sudo apt upgrade && sudo apt install -y curl
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
apt install -y nodejs
sudo apt install -y nodejs
npm install -g commitlint semantic-release semantic-release-github-actions-tags @semantic-release/changelog @semantic-release/git
npx semantic-release --ci
env:
Expand Down

0 comments on commit 3de7e20

Please sign in to comment.