This commit is contained in:
@ -1,8 +1,8 @@
|
||||
name: release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
# branches:
|
||||
# - main
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@ -23,4 +23,4 @@ jobs:
|
||||
- name: run_release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
run: pipx run python-semantic-release --no-vcs-release -c .gitea/semantic_release.toml version
|
||||
run: pipx run python-semantic-release -c .gitea/semantic_release.toml version
|
Reference in New Issue
Block a user