test semantic versioning
This commit is contained in:
+4
-6
@@ -1,9 +1,8 @@
|
|||||||
# .github/workflows/release.yml
|
name: Semantic Versioning
|
||||||
name: Release
|
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
pull_request:
|
# pull_request:
|
||||||
types: [closed]
|
# types: [closed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -17,6 +16,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
release_branch: pyproject.toml
|
release_branch: pyproject.toml
|
||||||
release_strategy: none
|
release_strategy: none
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user