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 b8db132 commit 3397d91Copy full SHA for 3397d91
.github/workflows/push.yml
@@ -42,6 +42,16 @@ jobs:
42
if: github.ref == 'refs/heads/master'
43
steps:
44
- 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
55
- uses: codfish/semantic-release-action@v2
56
env:
57
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments