We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0336e commit 2d6fce0Copy full SHA for 2d6fce0
.github/workflows/release.yml
@@ -26,6 +26,6 @@ jobs:
26
node-version: 20
27
28
- name: Run Semantic Release
29
- run: yarn dlx semantic-release
+ run: npx semantic-release
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments