File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - main
66 - pre/*
7- pull_request :
8- types : [closed]
9-
10- permissions :
11- contents : write # for checkout
127
138jobs :
149 build :
2217 - name : Install Python Env and Poetry
2318 uses : actions/setup-python@v5
2419 with :
25- python-version : ' 3.9.19 '
20+ python-version : ' 3.9'
2621 - run : pip install poetry
2722 - name : Install Node Env
2823 uses : actions/setup-node@v4
@@ -72,13 +67,13 @@ jobs:
7267 with :
7368 semantic_version : 23
7469 extra_plugins : |
75- semantic-release-pypi
70+ semantic-release-pypi@3
7671 @semantic-release/git
77- @semantic-release/commit-analyzer
78- @semantic-release/release-notes-generator
79- @semantic-release/github
80- @semantic-release/changelog
81- conventional-changelog-conventionalcommits
72+ @semantic-release/commit-analyzer@12
73+ @semantic-release/release-notes-generator@13
74+ @semantic-release/github@10
75+ @semantic-release/changelog@6
76+ conventional-changelog-conventionalcommits@7
8277 env :
8378 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8479 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments