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 440bf5b commit 7f9b182Copy full SHA for 7f9b182
.github/workflows/release.yaml
@@ -14,11 +14,11 @@ jobs:
14
if: ${{ github.event.workflow_run.conclusion == 'success' }}
15
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
with:
19
fetch-depth: 0
20
21
- name: Semantic Release
22
- uses: relekang/python-semantic-release@master
+ uses: python-semantic-release/python-semantic-release@master
23
24
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments