Skip to content

Commit

Permalink
ci: udpates release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aviemet committed Jun 11, 2024
1 parent f0ca699 commit 358ce78
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,20 @@ jobs:

steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'yarn'

- name: Version Bump
run: |
npm i -g npm
npm i -g yarn
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 358ce78

Please sign in to comment.