Skip to content

Commit 7b28a78

Browse files
committed
chore(ci): Manually update semver
Also drop the semver workflow, seeing as how it doesn't like branch protection rules. Perhaps in the future it could createa a PR for merging staging into main?
1 parent 8183c94 commit 7b28a78

File tree

3 files changed

+1308
-25
lines changed

3 files changed

+1308
-25
lines changed

.github/workflows/semver.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: Semantic Versioner
2-
3-
on:
4-
push:
5-
branches:
6-
- main
7-
8-
jobs:
9-
release:
10-
runs-on: ubuntu-latest
11-
concurrency: release
12-
permissions:
13-
id-token: write
14-
contents: write
15-
16-
steps:
17-
- uses: actions/checkout@v3
18-
with:
19-
fetch-depth: 0
20-
21-
- name: Python Semantic Release
22-
uses: python-semantic-release/python-semantic-release@master
23-
with:
24-
github_token: ${{ secrets.SEM_VER_TOKEN }}
1+
# name: Semantic Versioner
2+
#
3+
#on:
4+
# push:
5+
# branches:
6+
# - main
7+
#
8+
#jobs:
9+
# release:
10+
# runs-on: ubuntu-latest
11+
# concurrency: release
12+
# permissions:
13+
# id-token: write
14+
# contents: write
15+
#
16+
# steps:
17+
# - uses: actions/checkout@v3
18+
# with:
19+
# fetch-depth: 0
20+
#
21+
# - name: Python Semantic Release
22+
# uses: python-semantic-release/python-semantic-release@master
23+
# with:
24+
# github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)