Skip to content

Commit bf33e28

Browse files
authored
fix: try ghtoken here
1 parent aab8023 commit bf33e28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
needs:
6060
- test
6161
concurrency: release
62-
if: github.ref == 'refs/heads/main'
62+
# if: github.ref == 'refs/heads/main'
6363
permissions:
6464
contents: write
6565
issues: write
@@ -69,13 +69,11 @@ jobs:
6969
packages: write
7070
environment:
7171
name: release
72-
7372
steps:
7473
- uses: actions/checkout@v4
7574
with:
7675
fetch-depth: 0
7776
persist-credentials: false
78-
7977
- name: Python Semantic Release
8078
id: release
8179
uses: python-semantic-release/python-semantic-release@v9.14.0

0 commit comments

Comments
 (0)