File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,14 @@ name: Semantic Release
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - sign-release-commits-and-tags
7
7
8
8
permissions :
9
9
contents : read
10
10
11
11
jobs :
12
12
release :
13
13
runs-on : ubuntu-latest
14
- concurrency : release
15
- environment : release
16
14
permissions :
17
15
id-token : write
18
16
34
32
github_token : ${{ secrets.GH_TOKEN }}
35
33
ssh_private_signing_key : ${{ secrets.SEMANTIC_RELEASE_PRIVATE_KEY }}
36
34
ssh_public_signing_key : ${{ secrets.SEMANTIC_RELEASE_PUBLIC_KEY }}
37
-
38
- - name : Publish to PyPI
39
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
40
- if : steps.release.outputs.released == 'true'
41
-
42
- - name : Publish to GitHub Releases
43
- uses : python-semantic-release/publish-action@e5e3010f6a207cd5d6f5d3dccedbea355484ca02 # v10.0.2
44
- if : steps.release.outputs.released == 'true'
45
- with :
46
- github_token : ${{ secrets.GH_TOKEN }}
35
+ vcs_release : " false"
36
+ verbosity : " 2"
You can’t perform that action at this time.
0 commit comments