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 6b9104e commit 552bec9Copy full SHA for 552bec9
.github/workflows/release.yml
@@ -52,15 +52,15 @@ jobs:
52
GPG_PASSWORD: ${{ secrets.SYNCED_GPG_KEY_PASSWORD }}
53
GPG_KEY_ID: ${{ secrets.SYNCED_GPG_KEY_ID }}
54
55
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v4
56
with:
57
- node-version: '24.7.0'
+ node-version: '14'
58
59
- name: Install conventionalcommits
60
run: npm i -D conventional-changelog-conventionalcommits
61
62
- name: Semantic Release
63
- uses: cycjimmy/semantic-release-action@v5.0.0
+ uses: cycjimmy/semantic-release-action@v4.2.1
64
65
extra_plugins: |
66
"@semantic-release/[email protected]"
0 commit comments