Feature/33 api fails when no pilots or logbook entries #35

Merged
noahspannbauer merged 85 commits from feature/33-api-fails-when-no-pilots-or-logbook-entries into main 2025-02-02 18:24:48 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 75461ae2b8 - Show all commits

View File

@@ -56,7 +56,7 @@ jobs:
with: with:
push: true push: true
tags: noahspan/flying-api:${{ inputs.version_number }} tags: noahspan/flying-api:${{ inputs.version_number }}
context: api context: ./api
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -1,6 +1,6 @@
{ {
"name": "api", "name": "api",
"version": "0.0.12", "version": "0.0.13",
"description": "", "description": "",
"author": "", "author": "",
"private": true, "private": true,