This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
name: release
|
name: release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@ -23,4 +23,4 @@ jobs:
|
|||||||
- name: run_release
|
- name: run_release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
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