Skip to content

Commit 9cd0d31

Browse files
committed
fix: release config
fix: last desperate attempt to restore automatic builds fix: build config
1 parent 0f9fe46 commit 9cd0d31

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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
6763
uses: cycjimmy/[email protected]
6864
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 }}

0 commit comments

Comments
 (0)