Updating version number to 1.0.0
This commit is contained in:
2
.github/workflows/tag.yaml
vendored
2
.github/workflows/tag.yaml
vendored
@@ -6,7 +6,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-api:
|
build-api:
|
||||||
if: ${{ needs.changes.outputs.api == 'true' }}
|
|
||||||
name: build-api
|
name: build-api
|
||||||
uses: ./.github/workflows/api_build.yaml
|
uses: ./.github/workflows/api_build.yaml
|
||||||
with:
|
with:
|
||||||
@@ -26,7 +25,6 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
build-app:
|
build-app:
|
||||||
if: ${{ needs.changes.outputs.app == 'true' }}
|
|
||||||
name: build-app
|
name: build-app
|
||||||
uses: ./.github/workflows/app_build.yaml
|
uses: ./.github/workflows/app_build.yaml
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user