Refactoring

This commit is contained in:
2025-01-18 09:48:30 -06:00
parent 86c15bdcf5
commit 75461ae2b8
2 changed files with 2 additions and 2 deletions

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,