We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67596bd commit 785430aCopy full SHA for 785430a
1 file changed
.github/workflows/release.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: run_release
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
- run: pipx run python-semantic-release -c .gitea/semantic_release.toml version
+ run: pipx run python-semantic-release -c .github/semantic_release.toml version
0 commit comments