Skip to content

Commit

Permalink
build: fix node-version in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Feb 19, 2024
1 parent c052ea1 commit b9a6979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: lts
node-version: lts/*
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b9a6979

Please sign in to comment.