Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hrynevychroman committed Sep 12, 2024
1 parent 983c0fd commit ac6ae04
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- name: Set node
uses: actions/setup-node@v4
with:
node-version: 16.x
registry-url: https://registry.npmjs.org/
node-version: lts/*

- run: npx changelogithub
env:
Expand Down

0 comments on commit ac6ae04

Please sign in to comment.