Updating version number to 1.0.0
This commit is contained in:
8
.github/workflows/tag.yaml
vendored
8
.github/workflows/tag.yaml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/api_build.yaml
|
uses: ./.github/workflows/api_build.yaml
|
||||||
with:
|
with:
|
||||||
environment_name: prod
|
environment_name: prod
|
||||||
version_number: ${{ github.run_id }}
|
version_number: ${{ github.ref_name }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
deploy-api:
|
deploy-api:
|
||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
app_name: flying-api
|
app_name: flying-api
|
||||||
environment_name: prod
|
environment_name: prod
|
||||||
version_number: ${{ github.run_id }}
|
version_number: ${{ github.ref_name }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
build-app:
|
build-app:
|
||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/app_build.yaml
|
uses: ./.github/workflows/app_build.yaml
|
||||||
with:
|
with:
|
||||||
environment_name: prod
|
environment_name: prod
|
||||||
version_number: ${{ github.run_id }}
|
version_number: ${{ github.ref_name }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
deploy-app:
|
deploy-app:
|
||||||
@@ -40,5 +40,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
app_name: flying-app
|
app_name: flying-app
|
||||||
environment_name: prod
|
environment_name: prod
|
||||||
version_number: ${{ github.run_id }}
|
version_number: ${{ github.ref_name }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user