Skip to content

Commit 3397d91

Browse files
committed
chore: another attempt at fixing release CI
1 parent b8db132 commit 3397d91

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/push.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ jobs:
4242
if: github.ref == 'refs/heads/master'
4343
steps:
4444
- uses: actions/checkout@v3
45+
- uses: actions/setup-node@v3
46+
with:
47+
node-version: 18.x
48+
- name: Install plugins
49+
run: |
50+
npm install @semantic-release/commit-analyzer -D
51+
npm install @semantic-release/release-notes-generator -D
52+
npm install @semantic-release/changelog -D
53+
npm install @semantic-release/git -D
54+
npm install @semantic-release/github -D
4555
- uses: codfish/semantic-release-action@v2
4656
env:
4757
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)