Skip to content

Commit

Permalink
[-] fix Release GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Dec 17, 2024
1 parent 3430927 commit 98e0398
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'

- name: Release via goreleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit 98e0398

Please sign in to comment.