Skip to content

Commit 91bf840

Browse files
committed
FORCE_PATCH_IF_NO_COMMIT_TOKEN: false
1 parent 0cee377 commit 91bf840

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
concurrency: release
1111
env:
12-
FORCE_PATCH_IF_NO_COMMIT_TOKEN: true
12+
FORCE_PATCH_IF_NO_COMMIT_TOKEN: false
1313
IGNORE_PATHS: |
1414
resources/**
1515
assets/**
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.11'
24+
python-version: '3.13' # update, someday
2525

2626
- name: Compute bumped version
2727
id: version
@@ -66,6 +66,7 @@ jobs:
6666
6767
# get next version
6868
VERSION=$(python compute_next_version.py)
69+
echo
6970
7071
# handle output
7172
if [ -z "$VERSION" ]; then

0 commit comments

Comments
 (0)