Skip to content

Commit 3072067

Browse files
author
phernandez
committed
fix build issues
1 parent 22bb3d3 commit 3072067

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.env.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ POSTGRES_USER="postgres"
44
POSTGRES_PASSWORD="password"
55
POSTGRES_DB="api"
66
POSTGRES_HOST="localhost"
7-
POSTGRES_PORT="5432"
7+
POSTGRES_PORT=5432
88

99
JWT_SECRET=SECRET
1010
CSRF_SECRET=SECRET

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
poetry install
2727
pip install bump2version
2828
29+
- name: Set up Git user
30+
run: |
31+
git config --local user.name "GitHub Action"
32+
git config --local user.email "action@github.com"
33+
2934
# Step 4: Bump the version (patch, minor, or major)
3035
- name: Bump Version
3136
run: |

0 commit comments

Comments
 (0)