File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 3232 id : build_cache
3333 if : success()
3434 - name : Cache build
35- uses : actions/cache@v4
35+ uses : actions/cache@v2
3636 with :
3737 path : ./dist
3838 key : ${{ runner.os }}-build-${{ hashFiles('dist/**') }}
@@ -59,22 +59,18 @@ jobs:
5959 with :
6060 fetch-depth : 0
6161 persist-credentials : false
62- - name : Install semantic release plugins
63- run : npm install semantic-release-pypi@4 @semantic-release/git@10 @semantic-release/commit-analyzer@13 @semantic-release/release-notes-generator@14 @semantic-release/github@11 @semantic-release/changelog@6 conventional-changelog-conventionalcommits@8 --no-audit
64- - name : Clear npm cache
65- run : npm cache clean --force
6662 - name : Semantic Release
67636864 with :
6965 semantic_version : 23
7066 extra_plugins : |
71- semantic-release-pypi@4
72- @semantic-release/git@10
73- @semantic-release/commit-analyzer@13
74- @semantic-release/release-notes-generator@14
75- @semantic-release/github@11
67+ semantic-release-pypi@3
68+ @semantic-release/git
69+ @semantic-release/commit-analyzer@12
70+ @semantic-release/release-notes-generator@13
71+ @semantic-release/github@10
7672 @semantic-release/changelog@6
77- conventional-changelog-conventionalcommits@8
73+ conventional-changelog-conventionalcommits@7
7874 env :
7975 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
80- PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
76+ PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments